Html Css Color HEX #523879 Kingfisher Daisy

📋 copy color: '#523879'

red 82 ◦ green 56 ◦ blue 121

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

Shades of Kingfisher Daisy #523879

Tints of Kingfisher Daisy #523879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.72%

R = 31.66%
G = 21.62%
B = 46.72%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523879 (or 0x523879) is known color: Kingfisher Daisy. HEX triplet: 52, 38 and 79. RGB value is (82,56,121). Sum of RGB (Red+Green+Blue) = 82+56+121=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #523879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523879 is #ADC786. Grayscale: #464646. Windows color (decimal): -11388807 or 7944274. OLE color: 7944274.

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

Color convert

RGB 82 56 121 -
CMYK 0.32 0.54 0 0.53
HSL 264º 0.37% 0.35% -
HSV(B) 264º 0.54% 0.47% -
XYZ 8.35 6 18.81 -
YUV 71.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 82 56 121 0.32 0.54 0 0.53 264 0.37 0.35
Hex 52 38 79 20 36 0 35 108 25 23
Octal 122 70 171 40 66 0 65 410 45 43
Binary 1010010 111000 1111001 100000 110110 0 110101 100001000 100101 100011

Color Harmonies of #523879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523879

Black with #523879

Text Example


Text Example

White with #523879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523879; }

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

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

background-color css

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

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

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

border-color css

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

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

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