Html Css Color HEX #53557D Comet

📋 copy color: '#53557D'

red 83 ◦ green 85 ◦ blue 125

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

Shades of Comet #53557D

Tints of Comet #53557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 28.33%
G = 29.01%
B = 42.66%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53557D (or 0x53557D) is known color: Comet. HEX triplet: 53, 55 and 7D. RGB value is (83,85,125). Sum of RGB (Red+Green+Blue) = 83+85+125=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #53557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53557D is #ACAA82. Grayscale: #585858. Windows color (decimal): -11315843 or 8213843. OLE color: 8213843.

HSL color Cylindrical-coordinate representation of color #53557D: hue angle of 237.14º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53557D is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 85 125 -
CMYK 0.34 0.32 0 0.51
HSL 237.14º 0.2% 0.41% -
HSV(B) 237.14º 0.34% 0.49% -
XYZ 10.52 9.82 20.74 -
YUV 88.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 83 85 125 0.34 0.32 0 0.51 237.14 0.2 0.41
Hex 53 55 7D 22 20 0 33 ED 14 29
Octal 123 125 175 42 40 0 63 355 24 51
Binary 1010011 1010101 1111101 100010 100000 0 110011 11101101 10100 101001

Color Harmonies of #53557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53557D

Black with #53557D

Text Example


Text Example

White with #53557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53557D; }

 p { color: rgb(83,85,125); }

 H1.HeaderClassName
 {
   color: #53557D;
 }
 .AnyTagClassName
 {
   color: #53557D;
 }
</style>

background-color css

<style>
 a { background-color: #53557D; }

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

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

border-color css

<style>
 span { border-color: #53557D; }

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

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