#562376

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

Shades of Blue Diamond #562376

Tints of Blue Diamond #562376

Color information

#562376 (or 0x562376) is unknown color: approx Blue Diamond. HEX triplet: 56, 23 and 76. RGB value is (86,35,118). Sum of RGB (Red+Green+Blue) = 86+35+118=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #562376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562376 is #A9DC89. Grayscale: #3B3B3B. Windows color (decimal): -11132042 or 7742294. OLE color: 7742294.

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

Color convert

RGB8635118-
CMYK0.270.7000.54
HSL276.87º54.25%30%-
HSV(B)276.87º70.34%46.27%-
XYZ7.714.4917.6-
YUV59.71160.9146.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=35.98%
G=14.64%
B=49.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86351180.270.7000.54276.8754.2530
Hex5623761B46036115361e
Octal12643166331060664256636
Binary10101101000111110110110111000110011011010001010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562376; }

 p { color: rgb(86,35,118); }

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

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

 a { background-color: rgb(86,35,118); }

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

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

 span { border-color: rgb(86,35,118); }

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