Html Css Color HEX #53546F Comet

📋 copy color: '#53546F'

red 83 ◦ green 84 ◦ blue 111

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

Shades of Comet #53546F

Tints of Comet #53546F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 29.86%
G = 30.22%
B = 39.93%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53546F (or 0x53546F) is known color: Comet. HEX triplet: 53, 54 and 6F. RGB value is (83,84,111). Sum of RGB (Red+Green+Blue) = 83+84+111=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #53546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53546F is #ACAB90. Grayscale: #565656. Windows color (decimal): -11316113 or 7296083. OLE color: 7296083.

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

Color convert

RGB 83 84 111 -
CMYK 0.25 0.24 0 0.56
HSL 237.86º 0.14% 0.38% -
HSV(B) 237.86º 0.25% 0.44% -
XYZ 9.61 9.33 16.33 -
YUV 86.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 83 84 111 0.25 0.24 0 0.56 237.86 0.14 0.38
Hex 53 54 6F 19 18 0 38 EE E 26
Octal 123 124 157 31 30 0 70 356 16 46
Binary 1010011 1010100 1101111 11001 11000 0 111000 11101110 1110 100110

Color Harmonies of #53546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53546F

Black with #53546F

Text Example


Text Example

White with #53546F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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