Html Css Color HEX #5E6484 Comet

📋 copy color: '#5E6484'

red 94 ◦ green 100 ◦ blue 132

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

Shades of Comet #5E6484

Tints of Comet #5E6484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 28.83%
G = 30.67%
B = 40.49%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E6484 (or 0x5E6484) is known color: Comet. HEX triplet: 5E, 64 and 84. RGB value is (94,100,132). Sum of RGB (Red+Green+Blue) = 94+100+132=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6484 is #A19B7B. Grayscale: #656565. Windows color (decimal): -10591100 or 8676446. OLE color: 8676446.

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

Color convert

RGB 94 100 132 -
CMYK 0.29 0.24 0 0.48
HSL 230.53º 0.17% 0.44% -
HSV(B) 230.53º 0.29% 0.52% -
XYZ 13.34 13.16 23.67 -
YUV 101.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 94 100 132 0.29 0.24 0 0.48 230.53 0.17 0.44
Hex 5E 64 84 1D 18 0 30 E7 11 2C
Octal 136 144 204 35 30 0 60 347 21 54
Binary 1011110 1100100 10000100 11101 11000 0 110000 11100111 10001 101100

Color Harmonies of #5E6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6484

Black with #5E6484

Text Example


Text Example

White with #5E6484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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