#5B6070

Color #5B6070 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #5B6070

Tints of Comet #5B6070

Color information

#5B6070 (or 0x5B6070) is unknown color: approx Comet. HEX triplet: 5B, 60 and 70. RGB value is (91,96,112). Sum of RGB (Red+Green+Blue) = 91+96+112=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B6070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6070 is #A49F8F. Grayscale: #606060. Windows color (decimal): -10788752 or 7364699. OLE color: 7364699.

HSL color Cylindrical-coordinate representation of color #5B6070: hue angle of 225.71º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B6070 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9196112-
CMYK0.190.1400.56
HSL225.71º10.34%39.8%-
HSV(B)225.71º18.75%43.92%-
XYZ11.4211.7617-
YUV96.33136.84124.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=30.43%
G=32.11%
B=37.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91961120.190.1400.56225.7110.3439.8
Hex5B607013E038e2a28
Octal13314016023160703421250
Binary1011011110000011100001001111100111000111000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B6070; }

 p { color: rgb(91,96,112); }

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

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

 a { background-color: rgb(91,96,112); }

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

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

 span { border-color: rgb(91,96,112); }

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