Html Css Color HEX #5E5F82 Comet

📋 copy color: '#5E5F82'

red 94 ◦ green 95 ◦ blue 130

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

Shades of Comet #5E5F82

Tints of Comet #5E5F82

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 29.47%
G = 29.78%
B = 40.75%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E5F82 (or 0x5E5F82) is known color: Comet. HEX triplet: 5E, 5F and 82. RGB value is (94,95,130). Sum of RGB (Red+Green+Blue) = 94+95+130=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E5F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5F82 is #A1A07D. Grayscale: #626262. Windows color (decimal): -10592382 or 8544094. OLE color: 8544094.

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

Color convert

RGB 94 95 130 -
CMYK 0.28 0.27 0 0.49
HSL 238.33º 0.16% 0.44% -
HSV(B) 238.33º 0.28% 0.51% -
XYZ 12.74 12.18 22.8 -
YUV 98.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 94 95 130 0.28 0.27 0 0.49 238.33 0.16 0.44
Hex 5E 5F 82 1C 1B 0 31 EE 10 2C
Octal 136 137 202 34 33 0 61 356 20 54
Binary 1011110 1011111 10000010 11100 11011 0 110001 11101110 10000 101100

Color Harmonies of #5E5F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5F82

Black with #5E5F82

Text Example


Text Example

White with #5E5F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,95,130); }

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

background-color css

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

 a { background-color: rgb(94,95,130); }

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

border-color css

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

 span { border-color: rgb(94,95,130); }

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