#5E7A7B

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

Shades of Breaker Bay #5E7A7B

Tints of Breaker Bay #5E7A7B

Color information

#5E7A7B (or 0x5E7A7B) is unknown color: approx Breaker Bay. HEX triplet: 5E, 7A and 7B. RGB value is (94,122,123). Sum of RGB (Red+Green+Blue) = 94+122+123=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E7A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7A7B is #A18584. Grayscale: #717171. Windows color (decimal): -10585477 or 8092254. OLE color: 8092254.

HSL color Cylindrical-coordinate representation of color #5E7A7B: hue angle of 182.07º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E7A7B is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB94122123-
CMYK0.240.0100.52
HSL182.07º13.36%42.55%-
HSV(B)182.07º23.58%48.24%-
XYZ15.1517.7321.36-
YUV113.74133.22113.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.73%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=27.73%
G=35.99%
B=36.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal941221230.240.0100.52182.0713.3642.55
Hex5E7A7B181034b6d2b
Octal1361721733010642661553
Binary1011110111101011110111100010110100101101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,122,123); }

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

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

 a { background-color: rgb(94,122,123); }

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

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

 span { border-color: rgb(94,122,123); }

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