Html Css Color HEX #535377 Comet

📋 copy color: '#535377'

red 83 ◦ green 83 ◦ blue 119

#535377
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #535377

Tints of Comet #535377

RGB

 RED value IS 83 (32.81% from 255) = 29.12%

 GREEN value IS 83 (32.81% from 255) = 29.12%

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 29.12%
G = 29.12%
B = 41.75%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535377 (or 0x535377) is known color: Comet. HEX triplet: 53, 53 and 77. RGB value is (83,83,119). Sum of RGB (Red+Green+Blue) = 83+83+119=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #535377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535377 is #ACAC88. Grayscale: #565656. Windows color (decimal): -11316361 or 7820115. OLE color: 7820115.

HSL color Cylindrical-coordinate representation of color #535377: hue angle of 240º 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 #535377 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 83 119 -
CMYK 0.30 0.30 0 0.53
HSL 240º 0.18% 0.4% -
HSV(B) 240º 0.3% 0.47% -
XYZ 9.99 9.36 18.73 -
YUV 87.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 83 83 119 0.30 0.30 0 0.53 240 0.18 0.4
Hex 53 53 77 1E 1E 0 35 F0 12 28
Octal 123 123 167 36 36 0 65 360 22 50
Binary 1010011 1010011 1110111 11110 11110 0 110101 11110000 10010 101000

Color Harmonies of #535377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535377

Black with #535377

Text Example


Text Example

White with #535377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535377; }

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

 H1.HeaderClassName
 {
   color: #535377;
 }
 .AnyTagClassName
 {
   color: #535377;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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