Html Css Color HEX #523875 Kingfisher Daisy

📋 copy color: '#523875'

red 82 ◦ green 56 ◦ blue 117

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

Shades of Kingfisher Daisy #523875

Tints of Kingfisher Daisy #523875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

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

R = 32.16%
G = 21.96%
B = 45.88%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#523875 (or 0x523875) is known color: Kingfisher Daisy. HEX triplet: 52, 38 and 75. RGB value is (82,56,117). Sum of RGB (Red+Green+Blue) = 82+56+117=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #523875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523875 is #ADC78A. Grayscale: #464646. Windows color (decimal): -11388811 or 7682130. OLE color: 7682130.

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

Color convert

RGB 82 56 117 -
CMYK 0.30 0.52 0 0.54
HSL 265.57º 0.35% 0.34% -
HSV(B) 265.57º 0.52% 0.46% -
XYZ 8.1 5.91 17.54 -
YUV 70.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 82 56 117 0.30 0.52 0 0.54 265.57 0.35 0.34
Hex 52 38 75 1E 34 0 36 10A 23 22
Octal 122 70 165 36 64 0 66 412 43 42
Binary 1010010 111000 1110101 11110 110100 0 110110 100001010 100011 100010

Color Harmonies of #523875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523875

Black with #523875

Text Example


Text Example

White with #523875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523875; }

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

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

background-color css

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

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

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

border-color css

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

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

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