Html Css Color HEX #5E6385 Comet

📋 copy color: '#5E6385'

red 94 ◦ green 99 ◦ blue 133

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

Shades of Comet #5E6385

Tints of Comet #5E6385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 28.83%
G = 30.37%
B = 40.8%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E6385 (or 0x5E6385) is known color: Comet. HEX triplet: 5E, 63 and 85. RGB value is (94,99,133). Sum of RGB (Red+Green+Blue) = 94+99+133=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E6385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6385 is #A19C7A. Grayscale: #656565. Windows color (decimal): -10591355 or 8741726. OLE color: 8741726.

HSL color Cylindrical-coordinate representation of color #5E6385: hue angle of 232.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6385 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 99 133 -
CMYK 0.29 0.26 0 0.48
HSL 232.31º 0.17% 0.45% -
HSV(B) 232.31º 0.29% 0.52% -
XYZ 13.31 13 24 -
YUV 101.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 94 99 133 0.29 0.26 0 0.48 232.31 0.17 0.45
Hex 5E 63 85 1D 1A 0 30 E8 11 2D
Octal 136 143 205 35 32 0 60 350 21 55
Binary 1011110 1100011 10000101 11101 11010 0 110000 11101000 10001 101101

Color Harmonies of #5E6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6385

Black with #5E6385

Text Example


Text Example

White with #5E6385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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