Html Css Color HEX #563376 Kingfisher Daisy

📋 copy color: '#563376'

red 86 ◦ green 51 ◦ blue 118

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

Shades of Kingfisher Daisy #563376

Tints of Kingfisher Daisy #563376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 33.73%
G = 20%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#563376 (or 0x563376) is known color: Kingfisher Daisy. HEX triplet: 56, 33 and 76. RGB value is (86,51,118). Sum of RGB (Red+Green+Blue) = 86+51+118=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #563376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563376 is #A9CC89. Grayscale: #444444. Windows color (decimal): -11127946 or 7746390. OLE color: 7746390.

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

Color convert

RGB 86 51 118 -
CMYK 0.27 0.57 0 0.54
HSL 271.34º 0.4% 0.33% -
HSV(B) 271.34º 0.57% 0.46% -
XYZ 8.29 5.65 17.79 -
YUV 69.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 86 51 118 0.27 0.57 0 0.54 271.34 0.4 0.33
Hex 56 33 76 1B 39 0 36 10F 28 21
Octal 126 63 166 33 71 0 66 417 50 41
Binary 1010110 110011 1110110 11011 111001 0 110110 100001111 101000 100001

Color Harmonies of #563376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563376

Black with #563376

Text Example


Text Example

White with #563376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563376; }

 p { color: rgb(86,51,118); }

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

background-color css

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

 a { background-color: rgb(86,51,118); }

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

border-color css

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

 span { border-color: rgb(86,51,118); }

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