Html Css Color HEX #545370 Comet

📋 copy color: '#545370'

red 84 ◦ green 83 ◦ blue 112

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

Shades of Comet #545370

Tints of Comet #545370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 30.11%
G = 29.75%
B = 40.14%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545370 (or 0x545370) is known color: Comet. HEX triplet: 54, 53 and 70. RGB value is (84,83,112). Sum of RGB (Red+Green+Blue) = 84+83+112=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #545370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545370 is #ABAC8F. Grayscale: #565656. Windows color (decimal): -11250832 or 7361364. OLE color: 7361364.

HSL color Cylindrical-coordinate representation of color #545370: hue angle of 242.07º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545370 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 83 112 -
CMYK 0.25 0.26 0 0.56
HSL 242.07º 0.15% 0.38% -
HSV(B) 242.07º 0.26% 0.44% -
XYZ 9.67 9.24 16.6 -
YUV 86.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 84 83 112 0.25 0.26 0 0.56 242.07 0.15 0.38
Hex 54 53 70 19 1A 0 38 F2 F 26
Octal 124 123 160 31 32 0 70 362 17 46
Binary 1010100 1010011 1110000 11001 11010 0 111000 11110010 1111 100110

Color Harmonies of #545370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545370

Black with #545370

Text Example


Text Example

White with #545370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545370; }

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

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

background-color css

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

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

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

border-color css

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

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

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