#5A7C7D

Color #5A7C7D Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #5A7C7D

Tints of Breaker Bay #5A7C7D

Color information

#5A7C7D (or 0x5A7C7D) is unknown color: approx Breaker Bay. HEX triplet: 5A, 7C and 7D. RGB value is (90,124,125). Sum of RGB (Red+Green+Blue) = 90+124+125=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A7C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7C7D is #A58382. Grayscale: #717171. Windows color (decimal): -10847107 or 8223834. OLE color: 8223834.

HSL color Cylindrical-coordinate representation of color #5A7C7D: hue angle of 181.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7C7D is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB90124125-
CMYK0.280.0100.51
HSL181.71º16.28%42.16%-
HSV(B)181.71º28%49.02%-
XYZ15.1318.0722.09-
YUV113.95134.24110.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=26.55%
G=36.58%
B=36.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901241250.280.0100.51181.7116.2842.16
Hex5A7C7D1C1033b6102a
Octal1321741753410632662052
Binary10110101111100111110111100101100111011011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,125); }

 H1.HeaderClassName
 {
   color: #5A7C7D;
 }
 .AnyTagClassName
 {
   color: #5A7C7D;
 }
</style>
background-color css

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

 a { background-color: rgb(90,124,125); }

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

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

 span { border-color: rgb(90,124,125); }

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