Html Css Color HEX #545575 Comet

📋 copy color: '#545575'

red 84 ◦ green 85 ◦ blue 117

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

Shades of Comet #545575

Tints of Comet #545575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 29.37%
G = 29.72%
B = 40.91%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#545575 (or 0x545575) is known color: Comet. HEX triplet: 54, 55 and 75. RGB value is (84,85,117). Sum of RGB (Red+Green+Blue) = 84+85+117=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #545575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545575 is #ABAA8A. Grayscale: #585858. Windows color (decimal): -11250315 or 7689556. OLE color: 7689556.

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

Color convert

RGB 84 85 117 -
CMYK 0.28 0.27 0 0.54
HSL 238.18º 0.16% 0.39% -
HSV(B) 238.18º 0.28% 0.46% -
XYZ 10.12 9.67 18.16 -
YUV 88.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 84 85 117 0.28 0.27 0 0.54 238.18 0.16 0.39
Hex 54 55 75 1C 1B 0 36 EE 10 27
Octal 124 125 165 34 33 0 66 356 20 47
Binary 1010100 1010101 1110101 11100 11011 0 110110 11101110 10000 100111

Color Harmonies of #545575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545575

Black with #545575

Text Example


Text Example

White with #545575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545575; }

 p { color: rgb(84,85,117); }

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

background-color css

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

 a { background-color: rgb(84,85,117); }

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

border-color css

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

 span { border-color: rgb(84,85,117); }

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