Html Css Color HEX #535373 Comet

📋 copy color: '#535373'

red 83 ◦ green 83 ◦ blue 115

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

Shades of Comet #535373

Tints of Comet #535373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 29.54%
G = 29.54%
B = 40.93%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535373 (or 0x535373) is known color: Comet. HEX triplet: 53, 53 and 73. RGB value is (83,83,115). Sum of RGB (Red+Green+Blue) = 83+83+115=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #535373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535373 is #ACAC8C. Grayscale: #565656. Windows color (decimal): -11316365 or 7557971. OLE color: 7557971.

HSL color Cylindrical-coordinate representation of color #535373: hue angle of 240º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535373 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 83 115 -
CMYK 0.28 0.28 0 0.55
HSL 240º 0.16% 0.39% -
HSV(B) 240º 0.28% 0.45% -
XYZ 9.76 9.26 17.49 -
YUV 86.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 83 83 115 0.28 0.28 0 0.55 240 0.16 0.39
Hex 53 53 73 1C 1C 0 37 F0 10 27
Octal 123 123 163 34 34 0 67 360 20 47
Binary 1010011 1010011 1110011 11100 11100 0 110111 11110000 10000 100111

Color Harmonies of #535373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535373

Black with #535373

Text Example


Text Example

White with #535373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535373; }

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

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

background-color css

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

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

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

border-color css

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

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

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