#5C827B

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

Shades of Breaker Bay #5C827B

Tints of Breaker Bay #5C827B

Color information

#5C827B (or 0x5C827B) is unknown color: approx Breaker Bay. HEX triplet: 5C, 82 and 7B. RGB value is (92,130,123). Sum of RGB (Red+Green+Blue) = 92+130+123=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #5C827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C827B is #A37D84. Grayscale: #757575. Windows color (decimal): -10714501 or 8094300. OLE color: 8094300.

HSL color Cylindrical-coordinate representation of color #5C827B: hue angle of 168.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C827B is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB92130123-
CMYK0.2900.050.49
HSL168.95º17.12%43.53%-
HSV(B)168.95º29.23%50.98%-
XYZ15.9719.6721.69-
YUV117.84130.91109.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.67%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=26.67%
G=37.68%
B=35.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal921301230.2900.050.49168.9517.1243.53
Hex5C827B1D0531a9112c
Octal1342021733505612512154
Binary10111001000001011110111110101011100011010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,130,123); }

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

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

 a { background-color: rgb(92,130,123); }

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

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

 span { border-color: rgb(92,130,123); }

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