Html Css Color HEX #5E6381 Comet

📋 copy color: '#5E6381'

red 94 ◦ green 99 ◦ blue 129

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

Shades of Comet #5E6381

Tints of Comet #5E6381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

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

R = 29.19%
G = 30.75%
B = 40.06%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E6381 (or 0x5E6381) is known color: Comet. HEX triplet: 5E, 63 and 81. RGB value is (94,99,129). Sum of RGB (Red+Green+Blue) = 94+99+129=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E6381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6381 is #A19C7E. Grayscale: #646464. Windows color (decimal): -10591359 or 8479582. OLE color: 8479582.

HSL color Cylindrical-coordinate representation of color #5E6381: hue angle of 231.43º 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 #5E6381 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 99 129 -
CMYK 0.27 0.23 0 0.49
HSL 231.43º 0.16% 0.44% -
HSV(B) 231.43º 0.27% 0.51% -
XYZ 13.04 12.89 22.57 -
YUV 100.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 94 99 129 0.27 0.23 0 0.49 231.43 0.16 0.44
Hex 5E 63 81 1B 17 0 31 E7 10 2C
Octal 136 143 201 33 27 0 61 347 20 54
Binary 1011110 1100011 10000001 11011 10111 0 110001 11100111 10000 101100

Color Harmonies of #5E6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6381

Black with #5E6381

Text Example


Text Example

White with #5E6381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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