Html Css Color HEX #564275 Kingfisher Daisy

📋 copy color: '#564275'

red 86 ◦ green 66 ◦ blue 117

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

Shades of Kingfisher Daisy #564275

Tints of Kingfisher Daisy #564275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 31.97%
G = 24.54%
B = 43.49%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#564275 (or 0x564275) is known color: Kingfisher Daisy. HEX triplet: 56, 42 and 75. RGB value is (86,66,117). Sum of RGB (Red+Green+Blue) = 86+66+117=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #564275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564275 is #A9BD8A. Grayscale: #4D4D4D. Windows color (decimal): -11124107 or 7684694. OLE color: 7684694.

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

Color convert

RGB 86 66 117 -
CMYK 0.26 0.44 0 0.54
HSL 263.53º 0.28% 0.36% -
HSV(B) 263.53º 0.44% 0.46% -
XYZ 9 7.16 17.74 -
YUV 77.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 86 66 117 0.26 0.44 0 0.54 263.53 0.28 0.36
Hex 56 42 75 1A 2C 0 36 108 1C 24
Octal 126 102 165 32 54 0 66 410 34 44
Binary 1010110 1000010 1110101 11010 101100 0 110110 100001000 11100 100100

Color Harmonies of #564275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564275

Black with #564275

Text Example


Text Example

White with #564275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564275; }

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

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

background-color css

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

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

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

border-color css

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

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

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