Html Css Color HEX #523578 Kingfisher Daisy

📋 copy color: '#523578'

red 82 ◦ green 53 ◦ blue 120

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

Shades of Kingfisher Daisy #523578

Tints of Kingfisher Daisy #523578

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

 BLUE value IS 120 (47.27% from 255) = 47.06%

R = 32.16%
G = 20.78%
B = 47.06%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523578 (or 0x523578) is known color: Kingfisher Daisy. HEX triplet: 52, 35 and 78. RGB value is (82,53,120). Sum of RGB (Red+Green+Blue) = 82+53+120=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #523578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523578 is #ADCA87. Grayscale: #454545. Windows color (decimal): -11389576 or 7877970. OLE color: 7877970.

HSL color Cylindrical-coordinate representation of color #523578: hue angle of 265.97º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523578 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 53 120 -
CMYK 0.32 0.56 0 0.53
HSL 265.97º 0.39% 0.34% -
HSV(B) 265.97º 0.56% 0.47% -
XYZ 8.14 5.7 18.44 -
YUV 69.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 82 53 120 0.32 0.56 0 0.53 265.97 0.39 0.34
Hex 52 35 78 20 38 0 35 10A 27 22
Octal 122 65 170 40 70 0 65 412 47 42
Binary 1010010 110101 1111000 100000 111000 0 110101 100001010 100111 100010

Color Harmonies of #523578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523578

Black with #523578

Text Example


Text Example

White with #523578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523578; }

 p { color: rgb(82,53,120); }

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

background-color css

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

 a { background-color: rgb(82,53,120); }

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

border-color css

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

 span { border-color: rgb(82,53,120); }

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