#5B627B

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

Shades of Comet #5B627B

Tints of Comet #5B627B

Color information

#5B627B (or 0x5B627B) is unknown color: approx Comet. HEX triplet: 5B, 62 and 7B. RGB value is (91,98,123). Sum of RGB (Red+Green+Blue) = 91+98+123=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B627B is #A49D84. Grayscale: #626262. Windows color (decimal): -10788229 or 8086107. OLE color: 8086107.

HSL color Cylindrical-coordinate representation of color #5B627B: hue angle of 226.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B627B is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9198123-
CMYK0.260.2000.52
HSL226.88º14.95%41.96%-
HSV(B)226.88º26.02%48.24%-
XYZ12.2612.3920.48-
YUV98.76141.68122.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=29.17%
G=31.41%
B=39.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91981230.260.2000.52226.8814.9541.96
Hex5B627B1A14034e3f2a
Octal13314217332240643431752
Binary10110111100010111101111010101000110100111000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,98,123); }

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

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

 a { background-color: rgb(91,98,123); }

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

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

 span { border-color: rgb(91,98,123); }

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