Html Css Color HEX #53546B Comet

📋 copy color: '#53546B'

red 83 ◦ green 84 ◦ blue 107

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

Shades of Comet #53546B

Tints of Comet #53546B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.05%

R = 30.29%
G = 30.66%
B = 39.05%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53546B (or 0x53546B) is known color: Comet. HEX triplet: 53, 54 and 6B. RGB value is (83,84,107). Sum of RGB (Red+Green+Blue) = 83+84+107=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #53546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53546B is #ACAB94. Grayscale: #565656. Windows color (decimal): -11316117 or 7033939. OLE color: 7033939.

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

Color convert

RGB 83 84 107 -
CMYK 0.22 0.21 0 0.58
HSL 237.5º 0.13% 0.37% -
HSV(B) 237.5º 0.22% 0.42% -
XYZ 9.39 9.24 15.2 -
YUV 86.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 83 84 107 0.22 0.21 0 0.58 237.5 0.13 0.37
Hex 53 54 6B 16 15 0 3A EE D 25
Octal 123 124 153 26 25 0 72 356 15 45
Binary 1010011 1010100 1101011 10110 10101 0 111010 11101110 1101 100101

Color Harmonies of #53546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53546B

Black with #53546B

Text Example


Text Example

White with #53546B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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