Html Css Color HEX #53536C Comet

📋 copy color: '#53536C'

red 83 ◦ green 83 ◦ blue 108

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

Shades of Comet #53536C

Tints of Comet #53536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 30.29%
G = 30.29%
B = 39.42%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53536C (or 0x53536C) is known color: Comet. HEX triplet: 53, 53 and 6C. RGB value is (83,83,108). Sum of RGB (Red+Green+Blue) = 83+83+108=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #53536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53536C is #ACAC93. Grayscale: #555555. Windows color (decimal): -11316372 or 7099219. OLE color: 7099219.

HSL color Cylindrical-coordinate representation of color #53536C: hue angle of 240º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53536C is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 83 108 -
CMYK 0.23 0.23 0 0.58
HSL 240º 0.13% 0.37% -
HSV(B) 240º 0.23% 0.42% -
XYZ 9.37 9.11 15.45 -
YUV 85.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 83 83 108 0.23 0.23 0 0.58 240 0.13 0.37
Hex 53 53 6C 17 17 0 3A F0 D 25
Octal 123 123 154 27 27 0 72 360 15 45
Binary 1010011 1010011 1101100 10111 10111 0 111010 11110000 1101 100101

Color Harmonies of #53536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53536C

Black with #53536C

Text Example


Text Example

White with #53536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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