Html Css Color HEX #545568 Comet

📋 copy color: '#545568'

red 84 ◦ green 85 ◦ blue 104

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

Shades of Comet #545568

Tints of Comet #545568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 30.77%
G = 31.14%
B = 38.1%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#545568 (or 0x545568) is known color: Comet. HEX triplet: 54, 55 and 68. RGB value is (84,85,104). Sum of RGB (Red+Green+Blue) = 84+85+104=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #545568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545568 is #ABAA97. Grayscale: #565656. Windows color (decimal): -11250328 or 6837588. OLE color: 6837588.

HSL color Cylindrical-coordinate representation of color #545568: hue angle of 237º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545568 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 85 104 -
CMYK 0.19 0.18 0 0.59
HSL 237º 0.11% 0.37% -
HSV(B) 237º 0.19% 0.41% -
XYZ 9.4 9.38 14.41 -
YUV 86.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 84 85 104 0.19 0.18 0 0.59 237 0.11 0.37
Hex 54 55 68 13 12 0 3B ED B 25
Octal 124 125 150 23 22 0 73 355 13 45
Binary 1010100 1010101 1101000 10011 10010 0 111011 11101101 1011 100101

Color Harmonies of #545568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545568

Black with #545568

Text Example


Text Example

White with #545568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545568; }

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

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

background-color css

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

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

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

border-color css

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

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

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