#5C7A7C

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

Shades of Breaker Bay #5C7A7C

Tints of Breaker Bay #5C7A7C

Color information

#5C7A7C (or 0x5C7A7C) is unknown color: approx Breaker Bay. HEX triplet: 5C, 7A and 7C. RGB value is (92,122,124). Sum of RGB (Red+Green+Blue) = 92+122+124=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C7A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7A7C is #A38583. Grayscale: #717171. Windows color (decimal): -10716548 or 8157788. OLE color: 8157788.

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

Color convert

RGB92122124-
CMYK0.260.0200.51
HSL183.75º14.81%42.35%-
HSV(B)183.75º25.81%48.63%-
XYZ15.0117.6521.68-
YUV113.26134.06112.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=27.22%
G=36.09%
B=36.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal921221240.260.0200.51183.7514.8142.35
Hex5C7A7C1A2033b8f2a
Octal1341721743220632701752
Binary10111001111010111110011010100110011101110001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,122,124); }

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

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

 a { background-color: rgb(92,122,124); }

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

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

 span { border-color: rgb(92,122,124); }

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