Html Css Color HEX #53577A Comet

📋 copy color: '#53577A'

red 83 ◦ green 87 ◦ blue 122

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

Shades of Comet #53577A

Tints of Comet #53577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.78%

R = 28.42%
G = 29.79%
B = 41.78%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53577A (or 0x53577A) is known color: Comet. HEX triplet: 53, 57 and 7A. RGB value is (83,87,122). Sum of RGB (Red+Green+Blue) = 83+87+122=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #53577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53577A is #ACA885. Grayscale: #595959. Windows color (decimal): -11315334 or 8017747. OLE color: 8017747.

HSL color Cylindrical-coordinate representation of color #53577A: hue angle of 233.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53577A is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 87 122 -
CMYK 0.32 0.29 0 0.52
HSL 233.85º 0.19% 0.4% -
HSV(B) 233.85º 0.32% 0.48% -
XYZ 10.49 10.06 19.8 -
YUV 89.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 83 87 122 0.32 0.29 0 0.52 233.85 0.19 0.4
Hex 53 57 7A 20 1D 0 34 EA 13 28
Octal 123 127 172 40 35 0 64 352 23 50
Binary 1010011 1010111 1111010 100000 11101 0 110100 11101010 10011 101000

Color Harmonies of #53577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53577A

Black with #53577A

Text Example


Text Example

White with #53577A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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