Html Css Color HEX #545775 Comet

📋 copy color: '#545775'

red 84 ◦ green 87 ◦ blue 117

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

Shades of Comet #545775

Tints of Comet #545775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 29.17%
G = 30.21%
B = 40.63%

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

#545775 (or 0x545775) is known color: Comet. HEX triplet: 54, 57 and 75. RGB value is (84,87,117). Sum of RGB (Red+Green+Blue) = 84+87+117=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #545775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545775 is #ABA88A. Grayscale: #595959. Windows color (decimal): -11249803 or 7690068. OLE color: 7690068.

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

Color convert

RGB 84 87 117 -
CMYK 0.28 0.26 0 0.54
HSL 234.55º 0.16% 0.39% -
HSV(B) 234.55º 0.28% 0.46% -
XYZ 10.28 9.99 18.22 -
YUV 89.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 84 87 117 0.28 0.26 0 0.54 234.55 0.16 0.39
Hex 54 57 75 1C 1A 0 36 EB 10 27
Octal 124 127 165 34 32 0 66 353 20 47
Binary 1010100 1010111 1110101 11100 11010 0 110110 11101011 10000 100111

Color Harmonies of #545775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545775

Black with #545775

Text Example


Text Example

White with #545775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545775; }

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

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

background-color css

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

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

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

border-color css

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

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

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