Html Css Color HEX #52307E Kingfisher Daisy

📋 copy color: '#52307E'

red 82 ◦ green 48 ◦ blue 126

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

Shades of Kingfisher Daisy #52307E

Tints of Kingfisher Daisy #52307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

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

R = 32.03%
G = 18.75%
B = 49.22%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52307E (or 0x52307E) is known color: Kingfisher Daisy. HEX triplet: 52, 30 and 7E. RGB value is (82,48,126). Sum of RGB (Red+Green+Blue) = 82+48+126=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #52307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52307E is #ADCF81. Grayscale: #424242. Windows color (decimal): -11390850 or 8269906. OLE color: 8269906.

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

Color convert

RGB 82 48 126 -
CMYK 0.35 0.62 0 0.51
HSL 266.15º 0.45% 0.34% -
HSV(B) 266.15º 0.62% 0.49% -
XYZ 8.3 5.41 20.35 -
YUV 67.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 82 48 126 0.35 0.62 0 0.51 266.15 0.45 0.34
Hex 52 30 7E 23 3E 0 33 10A 2D 22
Octal 122 60 176 43 76 0 63 412 55 42
Binary 1010010 110000 1111110 100011 111110 0 110011 100001010 101101 100010

Color Harmonies of #52307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52307E

Black with #52307E

Text Example


Text Example

White with #52307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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