Html Css Color HEX #564072 Kingfisher Daisy

📋 copy color: '#564072'

red 86 ◦ green 64 ◦ blue 114

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

Shades of Kingfisher Daisy #564072

Tints of Kingfisher Daisy #564072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 32.58%
G = 24.24%
B = 43.18%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564072 (or 0x564072) is known color: Kingfisher Daisy. HEX triplet: 56, 40 and 72. RGB value is (86,64,114). Sum of RGB (Red+Green+Blue) = 86+64+114=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #564072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564072 is #A9BF8D. Grayscale: #4C4C4C. Windows color (decimal): -11124622 or 7487574. OLE color: 7487574.

HSL color Cylindrical-coordinate representation of color #564072: hue angle of 266.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564072 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 64 114 -
CMYK 0.25 0.44 0 0.55
HSL 266.4º 0.28% 0.35% -
HSV(B) 266.4º 0.44% 0.45% -
XYZ 8.71 6.86 16.78 -
YUV 76.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 86 64 114 0.25 0.44 0 0.55 266.4 0.28 0.35
Hex 56 40 72 19 2C 0 37 10A 1C 23
Octal 126 100 162 31 54 0 67 412 34 43
Binary 1010110 1000000 1110010 11001 101100 0 110111 100001010 11100 100011

Color Harmonies of #564072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564072

Black with #564072

Text Example


Text Example

White with #564072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564072; }

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

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

background-color css

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

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

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

border-color css

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

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

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