Html Css Color HEX #563575 Kingfisher Daisy

📋 copy color: '#563575'

red 86 ◦ green 53 ◦ blue 117

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

Shades of Kingfisher Daisy #563575

Tints of Kingfisher Daisy #563575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.7%

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

R = 33.59%
G = 20.7%
B = 45.7%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#563575 (or 0x563575) is known color: Kingfisher Daisy. HEX triplet: 56, 35 and 75. RGB value is (86,53,117). Sum of RGB (Red+Green+Blue) = 86+53+117=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #563575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563575 is #A9CA8A. Grayscale: #454545. Windows color (decimal): -11127435 or 7681366. OLE color: 7681366.

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

Color convert

RGB 86 53 117 -
CMYK 0.26 0.55 0 0.54
HSL 270.94º 0.38% 0.33% -
HSV(B) 270.94º 0.55% 0.46% -
XYZ 8.32 5.81 17.51 -
YUV 70.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 86 53 117 0.26 0.55 0 0.54 270.94 0.38 0.33
Hex 56 35 75 1A 37 0 36 10F 26 21
Octal 126 65 165 32 67 0 66 417 46 41
Binary 1010110 110101 1110101 11010 110111 0 110110 100001111 100110 100001

Color Harmonies of #563575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563575

Black with #563575

Text Example


Text Example

White with #563575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563575; }

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

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

background-color css

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

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

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

border-color css

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

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

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