Html Css Color HEX #562E76 Kingfisher Daisy

📋 copy color: '#562E76'

red 86 ◦ green 46 ◦ blue 118

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

Shades of Kingfisher Daisy #562E76

Tints of Kingfisher Daisy #562E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.4%

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

R = 34.4%
G = 18.4%
B = 47.2%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#562E76 (or 0x562E76) is known color: Kingfisher Daisy. HEX triplet: 56, 2E and 76. RGB value is (86,46,118). Sum of RGB (Red+Green+Blue) = 86+46+118=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #562E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562E76 is #A9D189. Grayscale: #414141. Windows color (decimal): -11129226 or 7745110. OLE color: 7745110.

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

Color convert

RGB 86 46 118 -
CMYK 0.27 0.61 0 0.54
HSL 273.33º 0.44% 0.32% -
HSV(B) 273.33º 0.61% 0.46% -
XYZ 8.08 5.24 17.72 -
YUV 66.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 86 46 118 0.27 0.61 0 0.54 273.33 0.44 0.32
Hex 56 2E 76 1B 3D 0 36 111 2C 20
Octal 126 56 166 33 75 0 66 421 54 40
Binary 1010110 101110 1110110 11011 111101 0 110110 100010001 101100 100000

Color Harmonies of #562E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562E76

Black with #562E76

Text Example


Text Example

White with #562E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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