Html Css Color HEX #52277E Kingfisher Daisy

📋 copy color: '#52277E'

red 82 ◦ green 39 ◦ blue 126

#52277E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #52277E

Tints of Kingfisher Daisy #52277E

RGB

 RED value IS 82 (32.42% from 255) = 33.2%

 GREEN value IS 39 (15.63% from 255) = 15.79%

 BLUE value IS 126 (49.61% from 255) = 51.01%

R = 33.2%
G = 15.79%
B = 51.01%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#52277E (or 0x52277E) is known color: Kingfisher Daisy. HEX triplet: 52, 27 and 7E. RGB value is (82,39,126). Sum of RGB (Red+Green+Blue) = 82+39+126=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #52277E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52277E is #ADD881. Grayscale: #3D3D3D. Windows color (decimal): -11393154 or 8267602. OLE color: 8267602.

HSL color Cylindrical-coordinate representation of color #52277E: hue angle of 269.66º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52277E is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 39 126 -
CMYK 0.35 0.69 0 0.51
HSL 269.66º 0.53% 0.32% -
HSV(B) 269.66º 0.69% 0.49% -
XYZ 7.97 4.75 20.24 -
YUV 61.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 82 39 126 0.35 0.69 0 0.51 269.66 0.53 0.32
Hex 52 27 7E 23 45 0 33 10E 35 20
Octal 122 47 176 43 105 0 63 416 65 40
Binary 1010010 100111 1111110 100011 1000101 0 110011 100001110 110101 100000

Color Harmonies of #52277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52277E

Black with #52277E

Text Example


Text Example

White with #52277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52277E; }

 p { color: rgb(82,39,126); }

 H1.HeaderClassName
 {
   color: #52277E;
 }
 .AnyTagClassName
 {
   color: #52277E;
 }
</style>

background-color css

<style>
 a { background-color: #52277E; }

 a { background-color: rgb(82,39,126); }

 div.DivClassName
 {
   background-color: #52277E;
 }
 .BgClassName
 {
   background-color: #52277E;
 }
</style>

border-color css

<style>
 span { border-color: #52277E; }

 span { border-color: rgb(82,39,126); }

 td.TdClassName
 {
   border-color: #52277E;
 }
 .TagClassName
 {
   border-color: #52277E;
 }
</style>