Html Css Color HEX #523679 Kingfisher Daisy

📋 copy color: '#523679'

red 82 ◦ green 54 ◦ blue 121

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

Shades of Kingfisher Daisy #523679

Tints of Kingfisher Daisy #523679

RGB

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

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

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

R = 31.91%
G = 21.01%
B = 47.08%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523679 (or 0x523679) is known color: Kingfisher Daisy. HEX triplet: 52, 36 and 79. RGB value is (82,54,121). Sum of RGB (Red+Green+Blue) = 82+54+121=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #523679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523679 is #ADC986. Grayscale: #454545. Windows color (decimal): -11389319 or 7943762. OLE color: 7943762.

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

Color convert

RGB 82 54 121 -
CMYK 0.32 0.55 0 0.53
HSL 265.07º 0.38% 0.34% -
HSV(B) 265.07º 0.55% 0.47% -
XYZ 8.25 5.81 18.78 -
YUV 70.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 82 54 121 0.32 0.55 0 0.53 265.07 0.38 0.34
Hex 52 36 79 20 37 0 35 109 26 22
Octal 122 66 171 40 67 0 65 411 46 42
Binary 1010010 110110 1111001 100000 110111 0 110101 100001001 100110 100010

Color Harmonies of #523679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523679

Black with #523679

Text Example


Text Example

White with #523679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523679; }

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

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

background-color css

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

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

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

border-color css

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

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

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