Html Css Color HEX #5A627E Comet

📋 copy color: '#5A627E'

red 90 ◦ green 98 ◦ blue 126

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

Shades of Comet #5A627E

Tints of Comet #5A627E

RGB

 RED value IS 90 (35.55% from 255) = 28.66%

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 28.66%
G = 31.21%
B = 40.13%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A627E (or 0x5A627E) is known color: Comet. HEX triplet: 5A, 62 and 7E. RGB value is (90,98,126). Sum of RGB (Red+Green+Blue) = 90+98+126=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A627E is #A59D81. Grayscale: #626262. Windows color (decimal): -10853762 or 8282714. OLE color: 8282714.

HSL color Cylindrical-coordinate representation of color #5A627E: hue angle of 226.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A627E is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 98 126 -
CMYK 0.29 0.22 0 0.51
HSL 226.67º 0.17% 0.42% -
HSV(B) 226.67º 0.29% 0.49% -
XYZ 12.35 12.42 21.48 -
YUV 98.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 90 98 126 0.29 0.22 0 0.51 226.67 0.17 0.42
Hex 5A 62 7E 1D 16 0 33 E3 11 2A
Octal 132 142 176 35 26 0 63 343 21 52
Binary 1011010 1100010 1111110 11101 10110 0 110011 11100011 10001 101010

Color Harmonies of #5A627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A627E

Black with #5A627E

Text Example


Text Example

White with #5A627E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,98,126); }

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

background-color css

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

 a { background-color: rgb(90,98,126); }

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

border-color css

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

 span { border-color: rgb(90,98,126); }

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