#538682

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

Shades of Breaker Bay #538682

Tints of Breaker Bay #538682

Color information

#538682 (or 0x538682) is unknown color: approx Breaker Bay. HEX triplet: 53, 86 and 82. RGB value is (83,134,130). Sum of RGB (Red+Green+Blue) = 83+134+130=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #538682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538682 is #AC797D. Grayscale: #767676. Windows color (decimal): -11303294 or 8554067. OLE color: 8554067.

HSL color Cylindrical-coordinate representation of color #538682: hue angle of 175.29º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538682 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB83134130-
CMYK0.3800.030.47
HSL175.29º23.5%42.55%-
HSV(B)175.29º38.06%52.55%-
XYZ16.1220.524.23-
YUV118.29134.6102.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=23.92%
G=38.62%
B=37.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341300.3800.030.47175.2923.542.55
Hex53868226032Faf182b
Octal1232062024603572573053
Binary101001110000110100000101001100111011111010111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538682; }

 p { color: rgb(83,134,130); }

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

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

 a { background-color: rgb(83,134,130); }

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

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

 span { border-color: rgb(83,134,130); }

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