#562C88

Color #562C88 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #562C88

Tints of Kingfisher Daisy #562C88

Color information

#562C88 (or 0x562C88) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2C and 88. RGB value is (86,44,136). Sum of RGB (Red+Green+Blue) = 86+44+136=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #562C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562C88 is #A9D377. Grayscale: #424242. Windows color (decimal): -11129720 or 8924246. OLE color: 8924246.

HSL color Cylindrical-coordinate representation of color #562C88: hue angle of 267.39º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #562C88 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8644136-
CMYK0.370.6800.47
HSL267.39º51.11%35.29%-
HSV(B)267.39º67.65%53.33%-
XYZ9.185.5623.88-
YUV67.05166.91141.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=32.33%
G=16.54%
B=51.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86441360.370.6800.47267.3951.1135.29
Hex562C88254402F10b3323
Octal12654210451040574136343
Binary10101101011001000100010010110001000101111100001011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,44,136); }

 H1.HeaderClassName
 {
   color: #562C88;
 }
 .AnyTagClassName
 {
   color: #562C88;
 }
</style>
background-color css

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

 a { background-color: rgb(86,44,136); }

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

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

 span { border-color: rgb(86,44,136); }

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