Html Css Color HEX #523477 Kingfisher Daisy

📋 copy color: '#523477'

red 82 ◦ green 52 ◦ blue 119

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

Shades of Kingfisher Daisy #523477

Tints of Kingfisher Daisy #523477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 32.41%
G = 20.55%
B = 47.04%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523477 (or 0x523477) is known color: Kingfisher Daisy. HEX triplet: 52, 34 and 77. RGB value is (82,52,119). Sum of RGB (Red+Green+Blue) = 82+52+119=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #523477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523477 is #ADCB88. Grayscale: #444444. Windows color (decimal): -11389833 or 7812178. OLE color: 7812178.

HSL color Cylindrical-coordinate representation of color #523477: hue angle of 266.87º 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 #523477 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 52 119 -
CMYK 0.31 0.56 0 0.53
HSL 266.87º 0.39% 0.34% -
HSV(B) 266.87º 0.56% 0.47% -
XYZ 8.04 5.58 18.11 -
YUV 68.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 82 52 119 0.31 0.56 0 0.53 266.87 0.39 0.34
Hex 52 34 77 1F 38 0 35 10B 27 22
Octal 122 64 167 37 70 0 65 413 47 42
Binary 1010010 110100 1110111 11111 111000 0 110101 100001011 100111 100010

Color Harmonies of #523477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523477

Black with #523477

Text Example


Text Example

White with #523477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523477; }

 p { color: rgb(82,52,119); }

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

background-color css

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

 a { background-color: rgb(82,52,119); }

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

border-color css

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

 span { border-color: rgb(82,52,119); }

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