Html Css Color HEX #53557B Comet

📋 copy color: '#53557B'

red 83 ◦ green 85 ◦ blue 123

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

Shades of Comet #53557B

Tints of Comet #53557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 28.52%
G = 29.21%
B = 42.27%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53557B (or 0x53557B) is known color: Comet. HEX triplet: 53, 55 and 7B. RGB value is (83,85,123). Sum of RGB (Red+Green+Blue) = 83+85+123=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #53557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53557B is #ACAA84. Grayscale: #585858. Windows color (decimal): -11315845 or 8082771. OLE color: 8082771.

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

Color convert

RGB 83 85 123 -
CMYK 0.33 0.31 0 0.52
HSL 237º 0.19% 0.4% -
HSV(B) 237º 0.33% 0.48% -
XYZ 10.39 9.77 20.08 -
YUV 88.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 83 85 123 0.33 0.31 0 0.52 237 0.19 0.4
Hex 53 55 7B 21 1F 0 34 ED 13 28
Octal 123 125 173 41 37 0 64 355 23 50
Binary 1010011 1010101 1111011 100001 11111 0 110100 11101101 10011 101000

Color Harmonies of #53557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53557B

Black with #53557B

Text Example


Text Example

White with #53557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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