#562675

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

Shades of Blue Diamond #562675

Tints of Blue Diamond #562675

Color information

#562675 (or 0x562675) is unknown color: approx Blue Diamond. HEX triplet: 56, 26 and 75. RGB value is (86,38,117). Sum of RGB (Red+Green+Blue) = 86+38+117=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #562675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562675 is #A9D98A. Grayscale: #3D3D3D. Windows color (decimal): -11131275 or 7677526. OLE color: 7677526.

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

Color convert

RGB8638117-
CMYK0.260.6800.54
HSL276.46º50.97%30.39%-
HSV(B)276.46º67.52%45.88%-
XYZ7.744.6517.32-
YUV61.36159.4145.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=35.68%
G=15.77%
B=48.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86381170.260.6800.54276.4650.9730.39
Hex5626751A44036114331e
Octal12646165321040664246336
Binary10101101001101110101110101000100011011010001010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562675; }

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

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

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

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

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

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

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

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