Html Css Color HEX #5A5F74 Comet

📋 copy color: '#5A5F74'

red 90 ◦ green 95 ◦ blue 116

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

Shades of Comet #5A5F74

Tints of Comet #5A5F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 29.9%
G = 31.56%
B = 38.54%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A5F74 (or 0x5A5F74) is known color: Comet. HEX triplet: 5A, 5F and 74. RGB value is (90,95,116). Sum of RGB (Red+Green+Blue) = 90+95+116=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A5F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F74 is #A5A08B. Grayscale: #5F5F5F. Windows color (decimal): -10854540 or 7626586. OLE color: 7626586.

HSL color Cylindrical-coordinate representation of color #5A5F74: hue angle of 228.46º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A5F74 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 95 116 -
CMYK 0.22 0.18 0 0.55
HSL 228.46º 0.13% 0.4% -
HSV(B) 228.46º 0.22% 0.45% -
XYZ 11.46 11.62 18.16 -
YUV 95.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 90 95 116 0.22 0.18 0 0.55 228.46 0.13 0.4
Hex 5A 5F 74 16 12 0 37 E4 D 28
Octal 132 137 164 26 22 0 67 344 15 50
Binary 1011010 1011111 1110100 10110 10010 0 110111 11100100 1101 101000

Color Harmonies of #5A5F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5F74

Black with #5A5F74

Text Example


Text Example

White with #5A5F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,95,116); }

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

background-color css

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

 a { background-color: rgb(90,95,116); }

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

border-color css

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

 span { border-color: rgb(90,95,116); }

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