#5F7B7C

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

Shades of Breaker Bay #5F7B7C

Tints of Breaker Bay #5F7B7C

Color information

#5F7B7C (or 0x5F7B7C) is unknown color: approx Breaker Bay. HEX triplet: 5F, 7B and 7C. RGB value is (95,123,124). Sum of RGB (Red+Green+Blue) = 95+123+124=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F7B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7B7C is #A08483. Grayscale: #727272. Windows color (decimal): -10519684 or 8158047. OLE color: 8158047.

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

Color convert

RGB95123124-
CMYK0.230.0100.51
HSL182.07º13.24%42.94%-
HSV(B)182.07º23.39%48.63%-
XYZ15.4418.0521.74-
YUV114.74133.22113.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=27.78%
G=35.96%
B=36.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal951231240.230.0100.51182.0713.2442.94
Hex5F7B7C171033b6d2b
Octal1371731742710632661553
Binary1011111111101111111001011110110011101101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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