Html Css Color HEX #535473 Comet

📋 copy color: '#535473'

red 83 ◦ green 84 ◦ blue 115

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

Shades of Comet #535473

Tints of Comet #535473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 29.43%
G = 29.79%
B = 40.78%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535473 (or 0x535473) is known color: Comet. HEX triplet: 53, 54 and 73. RGB value is (83,84,115). Sum of RGB (Red+Green+Blue) = 83+84+115=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #535473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535473 is #ACAB8C. Grayscale: #575757. Windows color (decimal): -11316109 or 7558227. OLE color: 7558227.

HSL color Cylindrical-coordinate representation of color #535473: hue angle of 238.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535473 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 84 115 -
CMYK 0.28 0.27 0 0.55
HSL 238.13º 0.16% 0.39% -
HSV(B) 238.13º 0.28% 0.45% -
XYZ 9.83 9.42 17.52 -
YUV 87.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 83 84 115 0.28 0.27 0 0.55 238.13 0.16 0.39
Hex 53 54 73 1C 1B 0 37 EE 10 27
Octal 123 124 163 34 33 0 67 356 20 47
Binary 1010011 1010100 1110011 11100 11011 0 110111 11101110 10000 100111

Color Harmonies of #535473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535473

Black with #535473

Text Example


Text Example

White with #535473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535473; }

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

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

background-color css

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

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

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

border-color css

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

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

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