Html Css Color HEX #53546C Comet

📋 copy color: '#53546C'

red 83 ◦ green 84 ◦ blue 108

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

Shades of Comet #53546C

Tints of Comet #53546C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

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

R = 30.18%
G = 30.55%
B = 39.27%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53546C (or 0x53546C) is known color: Comet. HEX triplet: 53, 54 and 6C. RGB value is (83,84,108). Sum of RGB (Red+Green+Blue) = 83+84+108=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #53546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53546C is #ACAB93. Grayscale: #565656. Windows color (decimal): -11316116 or 7099475. OLE color: 7099475.

HSL color Cylindrical-coordinate representation of color #53546C: hue angle of 237.6º 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 #53546C is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 84 108 -
CMYK 0.23 0.22 0 0.58
HSL 237.6º 0.13% 0.37% -
HSV(B) 237.6º 0.23% 0.42% -
XYZ 9.44 9.26 15.48 -
YUV 86.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 83 84 108 0.23 0.22 0 0.58 237.6 0.13 0.37
Hex 53 54 6C 17 16 0 3A EE D 25
Octal 123 124 154 27 26 0 72 356 15 45
Binary 1010011 1010100 1101100 10111 10110 0 111010 11101110 1101 100101

Color Harmonies of #53546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53546C

Black with #53546C

Text Example


Text Example

White with #53546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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