#5A817C

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

Shades of Breaker Bay #5A817C

Tints of Breaker Bay #5A817C

Color information

#5A817C (or 0x5A817C) is unknown color: approx Breaker Bay. HEX triplet: 5A, 81 and 7C. RGB value is (90,129,124). Sum of RGB (Red+Green+Blue) = 90+129+124=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #5A817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A817C is #A57E83. Grayscale: #747474. Windows color (decimal): -10845828 or 8159578. OLE color: 8159578.

HSL color Cylindrical-coordinate representation of color #5A817C: hue angle of 172.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A817C is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB90129124-
CMYK0.3000.040.49
HSL172.31º17.81%42.94%-
HSV(B)172.31º30.23%50.59%-
XYZ15.719.3321.97-
YUV116.77132.08108.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.24%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=26.24%
G=37.61%
B=36.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal901291240.3000.040.49172.3117.8142.94
Hex5A817C1E0431ac122b
Octal1322011743604612542253
Binary10110101000000111111001111001001100011010110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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