Html Css Color HEX #535477 Comet

📋 copy color: '#535477'

red 83 ◦ green 84 ◦ blue 119

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

Shades of Comet #535477

Tints of Comet #535477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.61%

R = 29.02%
G = 29.37%
B = 41.61%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535477 (or 0x535477) is known color: Comet. HEX triplet: 53, 54 and 77. RGB value is (83,84,119). Sum of RGB (Red+Green+Blue) = 83+84+119=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #535477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535477 is #ACAB88. Grayscale: #575757. Windows color (decimal): -11316105 or 7820371. OLE color: 7820371.

HSL color Cylindrical-coordinate representation of color #535477: hue angle of 238.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535477 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 84 119 -
CMYK 0.30 0.29 0 0.53
HSL 238.33º 0.18% 0.4% -
HSV(B) 238.33º 0.3% 0.47% -
XYZ 10.07 9.51 18.76 -
YUV 87.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 83 84 119 0.30 0.29 0 0.53 238.33 0.18 0.4
Hex 53 54 77 1E 1D 0 35 EE 12 28
Octal 123 124 167 36 35 0 65 356 22 50
Binary 1010011 1010100 1110111 11110 11101 0 110101 11101110 10010 101000

Color Harmonies of #535477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535477

Black with #535477

Text Example


Text Example

White with #535477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535477; }

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

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

background-color css

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

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

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

border-color css

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

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

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