Html Css Color HEX #562791 Kingfisher Daisy

📋 copy color: '#562791'

red 86 ◦ green 39 ◦ blue 145

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

Shades of Kingfisher Daisy #562791

Tints of Kingfisher Daisy #562791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

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

R = 31.85%
G = 14.44%
B = 53.7%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#562791 (or 0x562791) is known color: Kingfisher Daisy. HEX triplet: 56, 27 and 91. RGB value is (86,39,145). Sum of RGB (Red+Green+Blue) = 86+39+145=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #562791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562791 is #A9D86E. Grayscale: #404040. Windows color (decimal): -11130991 or 9512790. OLE color: 9512790.

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

Color convert

RGB 86 39 145 -
CMYK 0.41 0.73 0 0.43
HSL 266.6º 0.58% 0.36% -
HSV(B) 266.6º 0.73% 0.57% -
XYZ 9.67 5.47 27.33 -
YUV 65.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 86 39 145 0.41 0.73 0 0.43 266.6 0.58 0.36
Hex 56 27 91 29 49 0 2B 10B 3A 24
Octal 126 47 221 51 111 0 53 413 72 44
Binary 1010110 100111 10010001 101001 1001001 0 101011 100001011 111010 100100

Color Harmonies of #562791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562791

Black with #562791

Text Example


Text Example

White with #562791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562791; }

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

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

background-color css

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

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

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

border-color css

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

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

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