Html Css Color HEX #5A757A Blue Bayoux

📋 copy color: '#5A757A'

red 90 ◦ green 117 ◦ blue 122

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

Shades of Blue Bayoux #5A757A

Tints of Blue Bayoux #5A757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

 BLUE value IS 122 (48.05% from 255) = 37.08%

R = 27.36%
G = 35.56%
B = 37.08%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A757A (or 0x5A757A) is known color: Blue Bayoux. HEX triplet: 5A, 75 and 7A. RGB value is (90,117,122). Sum of RGB (Red+Green+Blue) = 90+117+122=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A757A is #A58A85. Grayscale: #6D6D6D. Windows color (decimal): -10848902 or 8025434. OLE color: 8025434.

HSL color Cylindrical-coordinate representation of color #5A757A: hue angle of 189.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A757A is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 117 122 -
CMYK 0.26 0.04 0 0.52
HSL 189.38º 0.15% 0.42% -
HSV(B) 189.38º 0.26% 0.48% -
XYZ 14.09 16.3 20.82 -
YUV 109.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 90 117 122 0.26 0.04 0 0.52 189.38 0.15 0.42
Hex 5A 75 7A 1A 4 0 34 BD F 2A
Octal 132 165 172 32 4 0 64 275 17 52
Binary 1011010 1110101 1111010 11010 100 0 110100 10111101 1111 101010

Color Harmonies of #5A757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A757A

Black with #5A757A

Text Example


Text Example

White with #5A757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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