Html Css Color HEX #5A5C75 Comet

📋 copy color: '#5A5C75'

red 90 ◦ green 92 ◦ blue 117

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

Shades of Comet #5A5C75

Tints of Comet #5A5C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 30.1%
G = 30.77%
B = 39.13%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A5C75 (or 0x5A5C75) is known color: Comet. HEX triplet: 5A, 5C and 75. RGB value is (90,92,117). Sum of RGB (Red+Green+Blue) = 90+92+117=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A5C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C75 is #A5A38A. Grayscale: #5E5E5E. Windows color (decimal): -10855307 or 7691354. OLE color: 7691354.

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

Color convert

RGB 90 92 117 -
CMYK 0.23 0.21 0 0.54
HSL 235.56º 0.13% 0.41% -
HSV(B) 235.56º 0.23% 0.46% -
XYZ 11.25 11.11 18.38 -
YUV 94.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 90 92 117 0.23 0.21 0 0.54 235.56 0.13 0.41
Hex 5A 5C 75 17 15 0 36 EC D 29
Octal 132 134 165 27 25 0 66 354 15 51
Binary 1011010 1011100 1110101 10111 10101 0 110110 11101100 1101 101001

Color Harmonies of #5A5C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5C75

Black with #5A5C75

Text Example


Text Example

White with #5A5C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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