Html Css Color HEX #563379 Kingfisher Daisy

📋 copy color: '#563379'

red 86 ◦ green 51 ◦ blue 121

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

Shades of Kingfisher Daisy #563379

Tints of Kingfisher Daisy #563379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 33.33%
G = 19.77%
B = 46.9%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#563379 (or 0x563379) is known color: Kingfisher Daisy. HEX triplet: 56, 33 and 79. RGB value is (86,51,121). Sum of RGB (Red+Green+Blue) = 86+51+121=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #563379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563379 is #A9CC86. Grayscale: #454545. Windows color (decimal): -11127943 or 7942998. OLE color: 7942998.

HSL color Cylindrical-coordinate representation of color #563379: hue angle of 270º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #563379 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 51 121 -
CMYK 0.29 0.58 0 0.53
HSL 270º 0.41% 0.34% -
HSV(B) 270º 0.58% 0.47% -
XYZ 8.47 5.73 18.75 -
YUV 69.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 86 51 121 0.29 0.58 0 0.53 270 0.41 0.34
Hex 56 33 79 1D 3A 0 35 10E 29 22
Octal 126 63 171 35 72 0 65 416 51 42
Binary 1010110 110011 1111001 11101 111010 0 110101 100001110 101001 100010

Color Harmonies of #563379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563379

Black with #563379

Text Example


Text Example

White with #563379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563379; }

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

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

background-color css

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

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

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

border-color css

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

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

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