#562674

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

Shades of Blue Diamond #562674

Tints of Blue Diamond #562674

Color information

#562674 (or 0x562674) is unknown color: approx Blue Diamond. HEX triplet: 56, 26 and 74. RGB value is (86,38,116). Sum of RGB (Red+Green+Blue) = 86+38+116=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #562674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562674 is #A9D98B. Grayscale: #3C3C3C. Windows color (decimal): -11131276 or 7611990. OLE color: 7611990.

HSL color Cylindrical-coordinate representation of color #562674: hue angle of 276.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562674 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8638116-
CMYK0.260.6700.55
HSL276.92º50.65%30.2%-
HSV(B)276.92º67.24%45.49%-
XYZ7.684.6317.01-
YUV61.24158.9145.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=35.83%
G=15.83%
B=48.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86381160.260.6700.55276.9250.6530.2
Hex5626741A43037115331e
Octal12646164321030674256336
Binary10101101001101110100110101000011011011110001010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562674; }

 p { color: rgb(86,38,116); }

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

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

 a { background-color: rgb(86,38,116); }

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

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

 span { border-color: rgb(86,38,116); }

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