#535677

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

Shades of Comet #535677

Tints of Comet #535677

Color information

#535677 (or 0x535677) is unknown color: approx Comet. HEX triplet: 53, 56 and 77. RGB value is (83,86,119). Sum of RGB (Red+Green+Blue) = 83+86+119=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #535677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535677 is #ACA988. Grayscale: #585858. Windows color (decimal): -11315593 or 7820883. OLE color: 7820883.

HSL color Cylindrical-coordinate representation of color #535677: hue angle of 235º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535677 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8386119-
CMYK0.300.2800.53
HSL235º17.82%39.61%-
HSV(B)235º30.25%46.67%-
XYZ10.229.8318.81-
YUV88.86145.01123.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=28.82%
G=29.86%
B=41.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83861190.300.2800.5323517.8239.61
Hex5356771E1C035eb1228
Octal12312616736340653532250
Binary101001110101101110111111101110001101011110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535677; }

 p { color: rgb(83,86,119); }

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

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

 a { background-color: rgb(83,86,119); }

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

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

 span { border-color: rgb(83,86,119); }

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