Html Css Color HEX #562890 Kingfisher Daisy

📋 copy color: '#562890'

red 86 ◦ green 40 ◦ blue 144

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

Shades of Kingfisher Daisy #562890

Tints of Kingfisher Daisy #562890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.33%

R = 31.85%
G = 14.81%
B = 53.33%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#562890 (or 0x562890) is known color: Kingfisher Daisy. HEX triplet: 56, 28 and 90. RGB value is (86,40,144). Sum of RGB (Red+Green+Blue) = 86+40+144=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #562890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562890 is #A9D76F. Grayscale: #414141. Windows color (decimal): -11130736 or 9447510. OLE color: 9447510.

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

Color convert

RGB 86 40 144 -
CMYK 0.40 0.72 0 0.44
HSL 266.54º 0.57% 0.36% -
HSV(B) 266.54º 0.72% 0.56% -
XYZ 9.63 5.51 26.94 -
YUV 65.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 86 40 144 0.40 0.72 0 0.44 266.54 0.57 0.36
Hex 56 28 90 28 48 0 2C 10B 39 24
Octal 126 50 220 50 110 0 54 413 71 44
Binary 1010110 101000 10010000 101000 1001000 0 101100 100001011 111001 100100

Color Harmonies of #562890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562890

Black with #562890

Text Example


Text Example

White with #562890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562890; }

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

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

background-color css

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

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

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

border-color css

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

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

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