Html Css Color HEX #53536F Comet

📋 copy color: '#53536F'

red 83 ◦ green 83 ◦ blue 111

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

Shades of Comet #53536F

Tints of Comet #53536F

RGB

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

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

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

R = 29.96%
G = 29.96%
B = 40.07%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53536F (or 0x53536F) is known color: Comet. HEX triplet: 53, 53 and 6F. RGB value is (83,83,111). Sum of RGB (Red+Green+Blue) = 83+83+111=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #53536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53536F is #ACAC90. Grayscale: #565656. Windows color (decimal): -11316369 or 7295827. OLE color: 7295827.

HSL color Cylindrical-coordinate representation of color #53536F: hue angle of 240º 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 #53536F is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 83 111 -
CMYK 0.25 0.25 0 0.56
HSL 240º 0.14% 0.38% -
HSV(B) 240º 0.25% 0.44% -
XYZ 9.53 9.17 16.31 -
YUV 86.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 83 83 111 0.25 0.25 0 0.56 240 0.14 0.38
Hex 53 53 6F 19 19 0 38 F0 E 26
Octal 123 123 157 31 31 0 70 360 16 46
Binary 1010011 1010011 1101111 11001 11001 0 111000 11110000 1110 100110

Color Harmonies of #53536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53536F

Black with #53536F

Text Example


Text Example

White with #53536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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