#5C8482

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

Shades of Breaker Bay #5C8482

Tints of Breaker Bay #5C8482

Color information

#5C8482 (or 0x5C8482) is unknown color: approx Breaker Bay. HEX triplet: 5C, 84 and 82. RGB value is (92,132,130). Sum of RGB (Red+Green+Blue) = 92+132+130=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #5C8482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8482 is #A37B7D. Grayscale: #777777. Windows color (decimal): -10713982 or 8553564. OLE color: 8553564.

HSL color Cylindrical-coordinate representation of color #5C8482: hue angle of 177º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C8482 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB92132130-
CMYK0.3000.020.48
HSL177º17.86%43.92%-
HSV(B)177º30.3%51.76%-
XYZ16.6920.3924.17-
YUV119.81133.75108.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.99%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=25.99%
G=37.29%
B=36.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921321300.3000.020.4817717.8643.92
Hex5C84821E0230b1122c
Octal1342042023602602612254
Binary10111001000010010000010111100101100001011000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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