#5C8384

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

Shades of Breaker Bay #5C8384

Tints of Breaker Bay #5C8384

Color information

#5C8384 (or 0x5C8384) is unknown color: approx Breaker Bay. HEX triplet: 5C, 83 and 84. RGB value is (92,131,132). Sum of RGB (Red+Green+Blue) = 92+131+132=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C8384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8384 is #A37C7B. Grayscale: #777777. Windows color (decimal): -10714236 or 8684380. OLE color: 8684380.

HSL color Cylindrical-coordinate representation of color #5C8384: hue angle of 181.5º 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 #5C8384 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB92131132-
CMYK0.300.0100.48
HSL181.5º17.86%43.92%-
HSV(B)181.5º30.3%51.76%-
XYZ16.6920.1724.84-
YUV119.45135.08108.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=25.92%
G=36.90%
B=37.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921311320.300.0100.48181.517.8643.92
Hex5C83841E1030b5122c
Octal1342032043610602652254
Binary1011100100000111000010011110101100001011010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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