Html Css Color HEX #564178 Kingfisher Daisy

📋 copy color: '#564178'

red 86 ◦ green 65 ◦ blue 120

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

Shades of Kingfisher Daisy #564178

Tints of Kingfisher Daisy #564178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 31.73%
G = 23.99%
B = 44.28%

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

#564178 (or 0x564178) is known color: Kingfisher Daisy. HEX triplet: 56, 41 and 78. RGB value is (86,65,120). Sum of RGB (Red+Green+Blue) = 86+65+120=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #564178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564178 is #A9BE87. Grayscale: #4D4D4D. Windows color (decimal): -11124360 or 7881046. OLE color: 7881046.

HSL color Cylindrical-coordinate representation of color #564178: hue angle of 262.91º 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 #564178 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 65 120 -
CMYK 0.28 0.46 0 0.53
HSL 262.91º 0.3% 0.36% -
HSV(B) 262.91º 0.46% 0.47% -
XYZ 9.12 7.12 18.66 -
YUV 77.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 86 65 120 0.28 0.46 0 0.53 262.91 0.3 0.36
Hex 56 41 78 1C 2E 0 35 107 1E 24
Octal 126 101 170 34 56 0 65 407 36 44
Binary 1010110 1000001 1111000 11100 101110 0 110101 100000111 11110 100100

Color Harmonies of #564178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564178

Black with #564178

Text Example


Text Example

White with #564178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564178; }

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

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

background-color css

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

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

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

border-color css

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

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

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