#5F7A7B

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

Shades of Breaker Bay #5F7A7B

Tints of Breaker Bay #5F7A7B

Color information

#5F7A7B (or 0x5F7A7B) is unknown color: approx Breaker Bay. HEX triplet: 5F, 7A and 7B. RGB value is (95,122,123). Sum of RGB (Red+Green+Blue) = 95+122+123=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F7A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7A7B is #A08584. Grayscale: #727272. Windows color (decimal): -10519941 or 8092255. OLE color: 8092255.

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

Color convert

RGB95122123-
CMYK0.230.0100.52
HSL182.14º12.84%42.75%-
HSV(B)182.14º22.76%48.24%-
XYZ15.2517.7821.37-
YUV114.04133.05114.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.94%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=27.94%
G=35.88%
B=36.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal951221230.230.0100.52182.1412.8442.75
Hex5F7A7B171034b6d2b
Octal1371721732710642661553
Binary1011111111101011110111011110110100101101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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