Html Css Color HEX #53547C Comet

📋 copy color: '#53547C'

red 83 ◦ green 84 ◦ blue 124

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

Shades of Comet #53547C

Tints of Comet #53547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 28.52%
G = 28.87%
B = 42.61%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53547C (or 0x53547C) is known color: Comet. HEX triplet: 53, 54 and 7C. RGB value is (83,84,124). Sum of RGB (Red+Green+Blue) = 83+84+124=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #53547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53547C is #ACAB83. Grayscale: #585858. Windows color (decimal): -11316100 or 8148051. OLE color: 8148051.

HSL color Cylindrical-coordinate representation of color #53547C: hue angle of 238.54º 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 #53547C is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 84 124 -
CMYK 0.33 0.32 0 0.51
HSL 238.54º 0.2% 0.41% -
HSV(B) 238.54º 0.33% 0.49% -
XYZ 10.38 9.63 20.38 -
YUV 88.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 83 84 124 0.33 0.32 0 0.51 238.54 0.2 0.41
Hex 53 54 7C 21 20 0 33 EF 14 29
Octal 123 124 174 41 40 0 63 357 24 51
Binary 1010011 1010100 1111100 100001 100000 0 110011 11101111 10100 101001

Color Harmonies of #53547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53547C

Black with #53547C

Text Example


Text Example

White with #53547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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