Html Css Color HEX #564076 Kingfisher Daisy

📋 copy color: '#564076'

red 86 ◦ green 64 ◦ blue 118

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

Shades of Kingfisher Daisy #564076

Tints of Kingfisher Daisy #564076

RGB

 RED value IS 86 (33.98% from 255) = 32.09%

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 32.09%
G = 23.88%
B = 44.03%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#564076 (or 0x564076) is known color: Kingfisher Daisy. HEX triplet: 56, 40 and 76. RGB value is (86,64,118). Sum of RGB (Red+Green+Blue) = 86+64+118=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #564076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564076 is #A9BF89. Grayscale: #4C4C4C. Windows color (decimal): -11124618 or 7749718. OLE color: 7749718.

HSL color Cylindrical-coordinate representation of color #564076: hue angle of 264.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #564076 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 64 118 -
CMYK 0.27 0.46 0 0.54
HSL 264.44º 0.3% 0.36% -
HSV(B) 264.44º 0.46% 0.46% -
XYZ 8.94 6.95 18.01 -
YUV 76.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 86 64 118 0.27 0.46 0 0.54 264.44 0.3 0.36
Hex 56 40 76 1B 2E 0 36 108 1E 24
Octal 126 100 166 33 56 0 66 410 36 44
Binary 1010110 1000000 1110110 11011 101110 0 110110 100001000 11110 100100

Color Harmonies of #564076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564076

Black with #564076

Text Example


Text Example

White with #564076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564076; }

 p { color: rgb(86,64,118); }

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

background-color css

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

 a { background-color: rgb(86,64,118); }

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

border-color css

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

 span { border-color: rgb(86,64,118); }

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