Html Css Color HEX #564075 Kingfisher Daisy

📋 copy color: '#564075'

red 86 ◦ green 64 ◦ blue 117

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

Shades of Kingfisher Daisy #564075

Tints of Kingfisher Daisy #564075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 32.21%
G = 23.97%
B = 43.82%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#564075 (or 0x564075) is known color: Kingfisher Daisy. HEX triplet: 56, 40 and 75. RGB value is (86,64,117). Sum of RGB (Red+Green+Blue) = 86+64+117=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #564075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564075 is #A9BF8A. Grayscale: #4C4C4C. Windows color (decimal): -11124619 or 7684182. OLE color: 7684182.

HSL color Cylindrical-coordinate representation of color #564075: hue angle of 264.91º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #564075 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 64 117 -
CMYK 0.26 0.45 0 0.54
HSL 264.91º 0.29% 0.35% -
HSV(B) 264.91º 0.45% 0.46% -
XYZ 8.88 6.93 17.7 -
YUV 76.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 86 64 117 0.26 0.45 0 0.54 264.91 0.29 0.35
Hex 56 40 75 1A 2D 0 36 109 1D 23
Octal 126 100 165 32 55 0 66 411 35 43
Binary 1010110 1000000 1110101 11010 101101 0 110110 100001001 11101 100011

Color Harmonies of #564075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564075

Black with #564075

Text Example


Text Example

White with #564075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564075; }

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

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

background-color css

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

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

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

border-color css

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

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

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