Html Css Color HEX #5E607E Comet

📋 copy color: '#5E607E'

red 94 ◦ green 96 ◦ blue 126

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

Shades of Comet #5E607E

Tints of Comet #5E607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 29.75%
G = 30.38%
B = 39.87%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E607E (or 0x5E607E) is known color: Comet. HEX triplet: 5E, 60 and 7E. RGB value is (94,96,126). Sum of RGB (Red+Green+Blue) = 94+96+126=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #5E607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E607E is #A19F81. Grayscale: #626262. Windows color (decimal): -10592130 or 8282206. OLE color: 8282206.

HSL color Cylindrical-coordinate representation of color #5E607E: hue angle of 236.25º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E607E is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 96 126 -
CMYK 0.25 0.24 0 0.51
HSL 236.25º 0.15% 0.43% -
HSV(B) 236.25º 0.25% 0.49% -
XYZ 12.56 12.25 21.44 -
YUV 98.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 94 96 126 0.25 0.24 0 0.51 236.25 0.15 0.43
Hex 5E 60 7E 19 18 0 33 EC F 2B
Octal 136 140 176 31 30 0 63 354 17 53
Binary 1011110 1100000 1111110 11001 11000 0 110011 11101100 1111 101011

Color Harmonies of #5E607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E607E

Black with #5E607E

Text Example


Text Example

White with #5E607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,126); }

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

background-color css

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

 a { background-color: rgb(94,96,126); }

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

border-color css

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

 span { border-color: rgb(94,96,126); }

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