#562278

Color #562278 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #562278

Tints of Blue Diamond #562278

Color information

#562278 (or 0x562278) is unknown color: approx Blue Diamond. HEX triplet: 56, 22 and 78. RGB value is (86,34,120). Sum of RGB (Red+Green+Blue) = 86+34+120=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #562278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562278 is #A9DD87. Grayscale: #3B3B3B. Windows color (decimal): -11132296 or 7873110. OLE color: 7873110.

HSL color Cylindrical-coordinate representation of color #562278: hue angle of 276.28º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #562278 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8634120-
CMYK0.280.7200.53
HSL276.28º55.84%30.2%-
HSV(B)276.28º71.67%47.06%-
XYZ7.84.4818.22-
YUV59.35162.23147.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 120 (47.27% from 255) = 50%
R=35.83%
G=14.17%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86341200.280.7200.53276.2855.8430.2
Hex5622781C48035114381e
Octal12642170341100654247036
Binary10101101000101111000111001001000011010110001010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562278; }

 p { color: rgb(86,34,120); }

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

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

 a { background-color: rgb(86,34,120); }

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

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

 span { border-color: rgb(86,34,120); }

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