Html Css Color HEX #5A5C69 Comet

📋 copy color: '#5A5C69'

red 90 ◦ green 92 ◦ blue 105

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

Shades of Comet #5A5C69

Tints of Comet #5A5C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 31.36%
G = 32.06%
B = 36.59%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A5C69 (or 0x5A5C69) is known color: Comet. HEX triplet: 5A, 5C and 69. RGB value is (90,92,105). Sum of RGB (Red+Green+Blue) = 90+92+105=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A5C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C69 is #A5A396. Grayscale: #5C5C5C. Windows color (decimal): -10855319 or 6904922. OLE color: 6904922.

HSL color Cylindrical-coordinate representation of color #5A5C69: hue angle of 232º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A5C69 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 92 105 -
CMYK 0.14 0.12 0 0.59
HSL 232º 0.08% 0.38% -
HSV(B) 232º 0.14% 0.41% -
XYZ 10.59 10.85 14.9 -
YUV 92.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 90 92 105 0.14 0.12 0 0.59 232 0.08 0.38
Hex 5A 5C 69 E C 0 3B E8 8 26
Octal 132 134 151 16 14 0 73 350 10 46
Binary 1011010 1011100 1101001 1110 1100 0 111011 11101000 1000 100110

Color Harmonies of #5A5C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5C69

Black with #5A5C69

Text Example


Text Example

White with #5A5C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,92,105); }

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

background-color css

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

 a { background-color: rgb(90,92,105); }

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

border-color css

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

 span { border-color: rgb(90,92,105); }

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