Html Css Color HEX #523877 Kingfisher Daisy

📋 copy color: '#523877'

red 82 ◦ green 56 ◦ blue 119

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

Shades of Kingfisher Daisy #523877

Tints of Kingfisher Daisy #523877

RGB

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

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

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

R = 31.91%
G = 21.79%
B = 46.3%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523877 (or 0x523877) is known color: Kingfisher Daisy. HEX triplet: 52, 38 and 77. RGB value is (82,56,119). Sum of RGB (Red+Green+Blue) = 82+56+119=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #523877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523877 is #ADC788. Grayscale: #464646. Windows color (decimal): -11388809 or 7813202. OLE color: 7813202.

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

Color convert

RGB 82 56 119 -
CMYK 0.31 0.53 0 0.53
HSL 264.76º 0.36% 0.34% -
HSV(B) 264.76º 0.53% 0.47% -
XYZ 8.22 5.95 18.17 -
YUV 70.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 82 56 119 0.31 0.53 0 0.53 264.76 0.36 0.34
Hex 52 38 77 1F 35 0 35 109 24 22
Octal 122 70 167 37 65 0 65 411 44 42
Binary 1010010 111000 1110111 11111 110101 0 110101 100001001 100100 100010

Color Harmonies of #523877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523877

Black with #523877

Text Example


Text Example

White with #523877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523877; }

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

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

background-color css

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

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

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

border-color css

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

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

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