Html Css Color HEX #564175 Kingfisher Daisy

📋 copy color: '#564175'

red 86 ◦ green 65 ◦ blue 117

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

Shades of Kingfisher Daisy #564175

Tints of Kingfisher Daisy #564175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

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

R = 32.09%
G = 24.25%
B = 43.66%

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

#564175 (or 0x564175) is known color: Kingfisher Daisy. HEX triplet: 56, 41 and 75. RGB value is (86,65,117). Sum of RGB (Red+Green+Blue) = 86+65+117=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #564175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564175 is #A9BE8A. Grayscale: #4D4D4D. Windows color (decimal): -11124363 or 7684438. OLE color: 7684438.

HSL color Cylindrical-coordinate representation of color #564175: hue angle of 264.23º degrees, saturation: 0.29, 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 #564175 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 65 117 -
CMYK 0.26 0.44 0 0.54
HSL 264.23º 0.29% 0.36% -
HSV(B) 264.23º 0.44% 0.46% -
XYZ 8.94 7.04 17.72 -
YUV 77.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 86 65 117 0.26 0.44 0 0.54 264.23 0.29 0.36
Hex 56 41 75 1A 2C 0 36 108 1D 24
Octal 126 101 165 32 54 0 66 410 35 44
Binary 1010110 1000001 1110101 11010 101100 0 110110 100001000 11101 100100

Color Harmonies of #564175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564175

Black with #564175

Text Example


Text Example

White with #564175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564175; }

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

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

background-color css

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

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

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

border-color css

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

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

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