Html Css Color HEX #564377 Kingfisher Daisy

📋 copy color: '#564377'

red 86 ◦ green 67 ◦ blue 119

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

Shades of Kingfisher Daisy #564377

Tints of Kingfisher Daisy #564377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

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

R = 31.62%
G = 24.63%
B = 43.75%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564377 (or 0x564377) is known color: Kingfisher Daisy. HEX triplet: 56, 43 and 77. RGB value is (86,67,119). Sum of RGB (Red+Green+Blue) = 86+67+119=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #564377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564377 is #A9BC88. Grayscale: #4E4E4E. Windows color (decimal): -11123849 or 7816022. OLE color: 7816022.

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

Color convert

RGB 86 67 119 -
CMYK 0.28 0.44 0 0.53
HSL 261.92º 0.28% 0.36% -
HSV(B) 261.92º 0.44% 0.47% -
XYZ 9.17 7.32 18.38 -
YUV 78.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 86 67 119 0.28 0.44 0 0.53 261.92 0.28 0.36
Hex 56 43 77 1C 2C 0 35 106 1C 24
Octal 126 103 167 34 54 0 65 406 34 44
Binary 1010110 1000011 1110111 11100 101100 0 110101 100000110 11100 100100

Color Harmonies of #564377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564377

Black with #564377

Text Example


Text Example

White with #564377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564377; }

 p { color: rgb(86,67,119); }

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

background-color css

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

 a { background-color: rgb(86,67,119); }

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

border-color css

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

 span { border-color: rgb(86,67,119); }

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