#5D827E

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

Shades of Breaker Bay #5D827E

Tints of Breaker Bay #5D827E

Color information

#5D827E (or 0x5D827E) is unknown color: approx Breaker Bay. HEX triplet: 5D, 82 and 7E. RGB value is (93,130,126). Sum of RGB (Red+Green+Blue) = 93+130+126=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #5D827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D827E is #A27D81. Grayscale: #767676. Windows color (decimal): -10648962 or 8290909. OLE color: 8290909.

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

Color convert

RGB93130126-
CMYK0.2800.030.49
HSL173.51º16.59%43.73%-
HSV(B)173.51º28.46%50.98%-
XYZ16.2619.822.7-
YUV118.48132.24109.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.65%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=26.65%
G=37.25%
B=36.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal931301260.2800.030.49173.5116.5943.73
Hex5D827E1C0331ae112c
Octal1352021763403612562154
Binary1011101100000101111110111000111100011010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,130,126); }

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

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

 a { background-color: rgb(93,130,126); }

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

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

 span { border-color: rgb(93,130,126); }

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