Html Css Color HEX #523677 Kingfisher Daisy

📋 copy color: '#523677'

red 82 ◦ green 54 ◦ blue 119

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

Shades of Kingfisher Daisy #523677

Tints of Kingfisher Daisy #523677

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.18%

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

R = 32.16%
G = 21.18%
B = 46.67%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523677 (or 0x523677) is known color: Kingfisher Daisy. HEX triplet: 52, 36 and 77. RGB value is (82,54,119). Sum of RGB (Red+Green+Blue) = 82+54+119=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #523677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523677 is #ADC988. Grayscale: #454545. Windows color (decimal): -11389321 or 7812690. OLE color: 7812690.

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

Color convert

RGB 82 54 119 -
CMYK 0.31 0.55 0 0.53
HSL 265.85º 0.38% 0.34% -
HSV(B) 265.85º 0.55% 0.47% -
XYZ 8.13 5.76 18.14 -
YUV 69.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 82 54 119 0.31 0.55 0 0.53 265.85 0.38 0.34
Hex 52 36 77 1F 37 0 35 10A 26 22
Octal 122 66 167 37 67 0 65 412 46 42
Binary 1010010 110110 1110111 11111 110111 0 110101 100001010 100110 100010

Color Harmonies of #523677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523677

Black with #523677

Text Example


Text Example

White with #523677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523677; }

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

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

background-color css

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

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

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

border-color css

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

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

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