Html Css Color HEX #535370 Comet

📋 copy color: '#535370'

red 83 ◦ green 83 ◦ blue 112

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

Shades of Comet #535370

Tints of Comet #535370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 29.86%
G = 29.86%
B = 40.29%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#535370 (or 0x535370) is known color: Comet. HEX triplet: 53, 53 and 70. RGB value is (83,83,112). Sum of RGB (Red+Green+Blue) = 83+83+112=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #535370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535370 is #ACAC8F. Grayscale: #565656. Windows color (decimal): -11316368 or 7361363. OLE color: 7361363.

HSL color Cylindrical-coordinate representation of color #535370: hue angle of 240º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #535370 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 83 112 -
CMYK 0.26 0.26 0 0.56
HSL 240º 0.15% 0.38% -
HSV(B) 240º 0.26% 0.44% -
XYZ 9.59 9.2 16.6 -
YUV 86.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 83 83 112 0.26 0.26 0 0.56 240 0.15 0.38
Hex 53 53 70 1A 1A 0 38 F0 F 26
Octal 123 123 160 32 32 0 70 360 17 46
Binary 1010011 1010011 1110000 11010 11010 0 111000 11110000 1111 100110

Color Harmonies of #535370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535370

Black with #535370

Text Example


Text Example

White with #535370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535370; }

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

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

background-color css

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

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

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

border-color css

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

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

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