Html Css Color HEX #5E6181 Comet

📋 copy color: '#5E6181'

red 94 ◦ green 97 ◦ blue 129

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

Shades of Comet #5E6181

Tints of Comet #5E6181

RGB

 RED value IS 94 (37.11% from 255) = 29.38%

 GREEN value IS 97 (38.28% from 255) = 30.31%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 29.38%
G = 30.31%
B = 40.31%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E6181 (or 0x5E6181) is known color: Comet. HEX triplet: 5E, 61 and 81. RGB value is (94,97,129). Sum of RGB (Red+Green+Blue) = 94+97+129=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E6181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6181 is #A19E7E. Grayscale: #636363. Windows color (decimal): -10591871 or 8479070. OLE color: 8479070.

HSL color Cylindrical-coordinate representation of color #5E6181: hue angle of 234.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E6181 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 97 129 -
CMYK 0.27 0.25 0 0.49
HSL 234.86º 0.16% 0.44% -
HSV(B) 234.86º 0.27% 0.51% -
XYZ 12.85 12.51 22.51 -
YUV 99.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 94 97 129 0.27 0.25 0 0.49 234.86 0.16 0.44
Hex 5E 61 81 1B 19 0 31 EB 10 2C
Octal 136 141 201 33 31 0 61 353 20 54
Binary 1011110 1100001 10000001 11011 11001 0 110001 11101011 10000 101100

Color Harmonies of #5E6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6181

Black with #5E6181

Text Example


Text Example

White with #5E6181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E6181; }

 p { color: rgb(94,97,129); }

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

background-color css

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

 a { background-color: rgb(94,97,129); }

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

border-color css

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

 span { border-color: rgb(94,97,129); }

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