Html Css Color HEX #563A75 Kingfisher Daisy

📋 copy color: '#563A75'

red 86 ◦ green 58 ◦ blue 117

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

Shades of Kingfisher Daisy #563A75

Tints of Kingfisher Daisy #563A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.22%

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

R = 32.95%
G = 22.22%
B = 44.83%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#563A75 (or 0x563A75) is known color: Kingfisher Daisy. HEX triplet: 56, 3A and 75. RGB value is (86,58,117). Sum of RGB (Red+Green+Blue) = 86+58+117=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #563A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A75 is #A9C58A. Grayscale: #484848. Windows color (decimal): -11126155 or 7682646. OLE color: 7682646.

HSL color Cylindrical-coordinate representation of color #563A75: hue angle of 268.47º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #563A75 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 58 117 -
CMYK 0.26 0.50 0 0.54
HSL 268.47º 0.34% 0.34% -
HSV(B) 268.47º 0.5% 0.46% -
XYZ 8.56 6.29 17.59 -
YUV 73.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 86 58 117 0.26 0.50 0 0.54 268.47 0.34 0.34
Hex 56 3A 75 1A 32 0 36 10C 22 22
Octal 126 72 165 32 62 0 66 414 42 42
Binary 1010110 111010 1110101 11010 110010 0 110110 100001100 100010 100010

Color Harmonies of #563A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A75

Black with #563A75

Text Example


Text Example

White with #563A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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