Html Css Color HEX #562091 Kingfisher Daisy

📋 copy color: '#562091'

red 86 ◦ green 32 ◦ blue 145

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

Shades of Kingfisher Daisy #562091

Tints of Kingfisher Daisy #562091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 32.7%
G = 12.17%
B = 55.13%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#562091 (or 0x562091) is known color: Kingfisher Daisy. HEX triplet: 56, 20 and 91. RGB value is (86,32,145). Sum of RGB (Red+Green+Blue) = 86+32+145=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #562091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562091 is #A9DF6E. Grayscale: #3C3C3C. Windows color (decimal): -11132783 or 9510998. OLE color: 9510998.

HSL color Cylindrical-coordinate representation of color #562091: hue angle of 268.67º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562091 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 32 145 -
CMYK 0.41 0.78 0 0.43
HSL 268.67º 0.64% 0.35% -
HSV(B) 268.67º 0.78% 0.57% -
XYZ 9.47 5.06 27.27 -
YUV 61.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 86 32 145 0.41 0.78 0 0.43 268.67 0.64 0.35
Hex 56 20 91 29 4E 0 2B 10D 40 23
Octal 126 40 221 51 116 0 53 415 100 43
Binary 1010110 100000 10010001 101001 1001110 0 101011 100001101 1000000 100011

Color Harmonies of #562091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562091

Black with #562091

Text Example


Text Example

White with #562091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562091; }

 p { color: rgb(86,32,145); }

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

background-color css

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

 a { background-color: rgb(86,32,145); }

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

border-color css

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

 span { border-color: rgb(86,32,145); }

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