Html Css Color HEX #5A5B76 Comet

📋 copy color: '#5A5B76'

red 90 ◦ green 91 ◦ blue 118

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

Shades of Comet #5A5B76

Tints of Comet #5A5B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.43%

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 30.1%
G = 30.43%
B = 39.46%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A5B76 (or 0x5A5B76) is known color: Comet. HEX triplet: 5A, 5B and 76. RGB value is (90,91,118). Sum of RGB (Red+Green+Blue) = 90+91+118=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A5B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B76 is #A5A489. Grayscale: #5D5D5D. Windows color (decimal): -10855562 or 7756634. OLE color: 7756634.

HSL color Cylindrical-coordinate representation of color #5A5B76: hue angle of 237.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A5B76 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 91 118 -
CMYK 0.24 0.23 0 0.54
HSL 237.86º 0.13% 0.41% -
HSV(B) 237.86º 0.24% 0.46% -
XYZ 11.23 10.96 18.66 -
YUV 93.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 90 91 118 0.24 0.23 0 0.54 237.86 0.13 0.41
Hex 5A 5B 76 18 17 0 36 EE D 29
Octal 132 133 166 30 27 0 66 356 15 51
Binary 1011010 1011011 1110110 11000 10111 0 110110 11101110 1101 101001

Color Harmonies of #5A5B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5B76

Black with #5A5B76

Text Example


Text Example

White with #5A5B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,91,118); }

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

background-color css

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

 a { background-color: rgb(90,91,118); }

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

border-color css

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

 span { border-color: rgb(90,91,118); }

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