Html Css Color HEX #564077 Kingfisher Daisy

📋 copy color: '#564077'

red 86 ◦ green 64 ◦ blue 119

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

Shades of Kingfisher Daisy #564077

Tints of Kingfisher Daisy #564077

RGB

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

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

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

R = 31.97%
G = 23.79%
B = 44.24%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564077 (or 0x564077) is known color: Kingfisher Daisy. HEX triplet: 56, 40 and 77. RGB value is (86,64,119). Sum of RGB (Red+Green+Blue) = 86+64+119=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #564077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564077 is #A9BF88. Grayscale: #4C4C4C. Windows color (decimal): -11124617 or 7815254. OLE color: 7815254.

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

Color convert

RGB 86 64 119 -
CMYK 0.28 0.46 0 0.53
HSL 264º 0.3% 0.36% -
HSV(B) 264º 0.46% 0.47% -
XYZ 9 6.98 18.33 -
YUV 76.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 86 64 119 0.28 0.46 0 0.53 264 0.3 0.36
Hex 56 40 77 1C 2E 0 35 108 1E 24
Octal 126 100 167 34 56 0 65 410 36 44
Binary 1010110 1000000 1110111 11100 101110 0 110101 100001000 11110 100100

Color Harmonies of #564077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564077

Black with #564077

Text Example


Text Example

White with #564077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564077; }

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

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

background-color css

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

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

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

border-color css

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

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

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