#5B7B7D

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

Shades of Breaker Bay #5B7B7D

Tints of Breaker Bay #5B7B7D

Color information

#5B7B7D (or 0x5B7B7D) is unknown color: approx Breaker Bay. HEX triplet: 5B, 7B and 7D. RGB value is (91,123,125). Sum of RGB (Red+Green+Blue) = 91+123+125=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 123 (48.44% from 255 or 36.28% 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 #5B7B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7B7D is #A48482. Grayscale: #717171. Windows color (decimal): -10781827 or 8223579. OLE color: 8223579.

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

Color convert

RGB91123125-
CMYK0.270.0200.51
HSL183.53º15.74%42.35%-
HSV(B)183.53º27.2%49.02%-
XYZ15.117.8722.06-
YUV113.66134.4111.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.84%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=26.84%
G=36.28%
B=36.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal911231250.270.0200.51183.5315.7442.35
Hex5B7B7D1B2033b8102a
Octal1331731753320632702052
Binary101101111110111111101110111001100111011100010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,123,125); }

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

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

 a { background-color: rgb(91,123,125); }

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

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

 span { border-color: rgb(91,123,125); }

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