Html Css Color HEX #5E6485 Comet

📋 copy color: '#5E6485'

red 94 ◦ green 100 ◦ blue 133

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

Shades of Comet #5E6485

Tints of Comet #5E6485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 28.75%
G = 30.58%
B = 40.67%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E6485 (or 0x5E6485) is known color: Comet. HEX triplet: 5E, 64 and 85. RGB value is (94,100,133). Sum of RGB (Red+Green+Blue) = 94+100+133=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6485 is #A19B7A. Grayscale: #656565. Windows color (decimal): -10591099 or 8741982. OLE color: 8741982.

HSL color Cylindrical-coordinate representation of color #5E6485: hue angle of 230.77º 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 #5E6485 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 100 133 -
CMYK 0.29 0.25 0 0.48
HSL 230.77º 0.17% 0.45% -
HSV(B) 230.77º 0.29% 0.52% -
XYZ 13.41 13.19 24.03 -
YUV 101.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 94 100 133 0.29 0.25 0 0.48 230.77 0.17 0.45
Hex 5E 64 85 1D 19 0 30 E7 11 2D
Octal 136 144 205 35 31 0 60 347 21 55
Binary 1011110 1100100 10000101 11101 11001 0 110000 11100111 10001 101101

Color Harmonies of #5E6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6485

Black with #5E6485

Text Example


Text Example

White with #5E6485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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