Html Css Color HEX #523975 Kingfisher Daisy

📋 copy color: '#523975'

red 82 ◦ green 57 ◦ blue 117

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

Shades of Kingfisher Daisy #523975

Tints of Kingfisher Daisy #523975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 32.03%
G = 22.27%
B = 45.7%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#523975 (or 0x523975) is known color: Kingfisher Daisy. HEX triplet: 52, 39 and 75. RGB value is (82,57,117). Sum of RGB (Red+Green+Blue) = 82+57+117=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #523975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523975 is #ADC68A. Grayscale: #474747. Windows color (decimal): -11388555 or 7682386. OLE color: 7682386.

HSL color Cylindrical-coordinate representation of color #523975: hue angle of 265º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #523975 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 57 117 -
CMYK 0.30 0.51 0 0.54
HSL 265º 0.34% 0.34% -
HSV(B) 265º 0.51% 0.46% -
XYZ 8.15 6 17.56 -
YUV 71.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 82 57 117 0.30 0.51 0 0.54 265 0.34 0.34
Hex 52 39 75 1E 33 0 36 109 22 22
Octal 122 71 165 36 63 0 66 411 42 42
Binary 1010010 111001 1110101 11110 110011 0 110110 100001001 100010 100010

Color Harmonies of #523975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523975

Black with #523975

Text Example


Text Example

White with #523975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523975; }

 p { color: rgb(82,57,117); }

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

background-color css

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

 a { background-color: rgb(82,57,117); }

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

border-color css

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

 span { border-color: rgb(82,57,117); }

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