Html Css Color HEX #5A577B Comet

📋 copy color: '#5A577B'

red 90 ◦ green 87 ◦ blue 123

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

Shades of Comet #5A577B

Tints of Comet #5A577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

 BLUE value IS 123 (48.44% from 255) = 41%

R = 30%
G = 29%
B = 41%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A577B (or 0x5A577B) is known color: Comet. HEX triplet: 5A, 57 and 7B. RGB value is (90,87,123). Sum of RGB (Red+Green+Blue) = 90+87+123=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A577B is #A5A884. Grayscale: #5B5B5B. Windows color (decimal): -10856581 or 8083290. OLE color: 8083290.

HSL color Cylindrical-coordinate representation of color #5A577B: hue angle of 245º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A577B is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 87 123 -
CMYK 0.27 0.29 0 0.52
HSL 245º 0.17% 0.41% -
HSV(B) 245º 0.29% 0.48% -
XYZ 11.2 10.42 20.16 -
YUV 92 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 90 87 123 0.27 0.29 0 0.52 245 0.17 0.41
Hex 5A 57 7B 1B 1D 0 34 F5 11 29
Octal 132 127 173 33 35 0 64 365 21 51
Binary 1011010 1010111 1111011 11011 11101 0 110100 11110101 10001 101001

Color Harmonies of #5A577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A577B

Black with #5A577B

Text Example


Text Example

White with #5A577B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,87,123); }

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

background-color css

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

 a { background-color: rgb(90,87,123); }

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

border-color css

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

 span { border-color: rgb(90,87,123); }

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