Html Css Color HEX #545675 Comet

📋 copy color: '#545675'

red 84 ◦ green 86 ◦ blue 117

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

Shades of Comet #545675

Tints of Comet #545675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 29.27%
G = 29.97%
B = 40.77%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#545675 (or 0x545675) is known color: Comet. HEX triplet: 54, 56 and 75. RGB value is (84,86,117). Sum of RGB (Red+Green+Blue) = 84+86+117=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #545675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545675 is #ABA98A. Grayscale: #585858. Windows color (decimal): -11250059 or 7689812. OLE color: 7689812.

HSL color Cylindrical-coordinate representation of color #545675: hue angle of 236.36º 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 #545675 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 86 117 -
CMYK 0.28 0.26 0 0.54
HSL 236.36º 0.16% 0.39% -
HSV(B) 236.36º 0.28% 0.46% -
XYZ 10.19 9.82 18.19 -
YUV 88.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 84 86 117 0.28 0.26 0 0.54 236.36 0.16 0.39
Hex 54 56 75 1C 1A 0 36 EC 10 27
Octal 124 126 165 34 32 0 66 354 20 47
Binary 1010100 1010110 1110101 11100 11010 0 110110 11101100 10000 100111

Color Harmonies of #545675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545675

Black with #545675

Text Example


Text Example

White with #545675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545675; }

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

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

background-color css

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

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

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

border-color css

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

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

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