Html Css Color HEX #562D76 Kingfisher Daisy

📋 copy color: '#562D76'

red 86 ◦ green 45 ◦ blue 118

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

Shades of Kingfisher Daisy #562D76

Tints of Kingfisher Daisy #562D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

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

R = 34.54%
G = 18.07%
B = 47.39%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#562D76 (or 0x562D76) is known color: Kingfisher Daisy. HEX triplet: 56, 2D and 76. RGB value is (86,45,118). Sum of RGB (Red+Green+Blue) = 86+45+118=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #562D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D76 is #A9D289. Grayscale: #414141. Windows color (decimal): -11129482 or 7744854. OLE color: 7744854.

HSL color Cylindrical-coordinate representation of color #562D76: hue angle of 273.7º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562D76 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 45 118 -
CMYK 0.27 0.62 0 0.54
HSL 273.7º 0.45% 0.32% -
HSV(B) 273.7º 0.62% 0.46% -
XYZ 8.05 5.16 17.71 -
YUV 65.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 86 45 118 0.27 0.62 0 0.54 273.7 0.45 0.32
Hex 56 2D 76 1B 3E 0 36 112 2D 20
Octal 126 55 166 33 76 0 66 422 55 40
Binary 1010110 101101 1110110 11011 111110 0 110110 100010010 101101 100000

Color Harmonies of #562D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562D76

Black with #562D76

Text Example


Text Example

White with #562D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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