Html Css Color HEX #53577C Comet

📋 copy color: '#53577C'

red 83 ◦ green 87 ◦ blue 124

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

Shades of Comet #53577C

Tints of Comet #53577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 28.23%
G = 29.59%
B = 42.18%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53577C (or 0x53577C) is known color: Comet. HEX triplet: 53, 57 and 7C. RGB value is (83,87,124). Sum of RGB (Red+Green+Blue) = 83+87+124=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #53577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53577C is #ACA883. Grayscale: #595959. Windows color (decimal): -11315332 or 8148819. OLE color: 8148819.

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

Color convert

RGB 83 87 124 -
CMYK 0.33 0.30 0 0.51
HSL 234.15º 0.2% 0.41% -
HSV(B) 234.15º 0.33% 0.49% -
XYZ 10.61 10.11 20.46 -
YUV 90.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 83 87 124 0.33 0.30 0 0.51 234.15 0.2 0.41
Hex 53 57 7C 21 1E 0 33 EA 14 29
Octal 123 127 174 41 36 0 63 352 24 51
Binary 1010011 1010111 1111100 100001 11110 0 110011 11101010 10100 101001

Color Harmonies of #53577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53577C

Black with #53577C

Text Example


Text Example

White with #53577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,87,124); }

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

background-color css

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

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

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

border-color css

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

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

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