Html Css Color HEX #562891 Kingfisher Daisy

📋 copy color: '#562891'

red 86 ◦ green 40 ◦ blue 145

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

Shades of Kingfisher Daisy #562891

Tints of Kingfisher Daisy #562891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

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

R = 31.73%
G = 14.76%
B = 53.51%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#562891 (or 0x562891) is known color: Kingfisher Daisy. HEX triplet: 56, 28 and 91. RGB value is (86,40,145). Sum of RGB (Red+Green+Blue) = 86+40+145=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #562891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562891 is #A9D76E. Grayscale: #414141. Windows color (decimal): -11130735 or 9513046. OLE color: 9513046.

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

Color convert

RGB 86 40 145 -
CMYK 0.41 0.72 0 0.43
HSL 266.29º 0.57% 0.36% -
HSV(B) 266.29º 0.72% 0.57% -
XYZ 9.71 5.54 27.35 -
YUV 65.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 86 40 145 0.41 0.72 0 0.43 266.29 0.57 0.36
Hex 56 28 91 29 48 0 2B 10A 39 24
Octal 126 50 221 51 110 0 53 412 71 44
Binary 1010110 101000 10010001 101001 1001000 0 101011 100001010 111001 100100

Color Harmonies of #562891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562891

Black with #562891

Text Example


Text Example

White with #562891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562891; }

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

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

background-color css

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

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

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

border-color css

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

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

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