#538683

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

Shades of Breaker Bay #538683

Tints of Breaker Bay #538683

Color information

#538683 (or 0x538683) is unknown color: approx Breaker Bay. HEX triplet: 53, 86 and 83. RGB value is (83,134,131). Sum of RGB (Red+Green+Blue) = 83+134+131=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #538683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538683 is #AC797C. Grayscale: #767676. Windows color (decimal): -11303293 or 8619603. OLE color: 8619603.

HSL color Cylindrical-coordinate representation of color #538683: hue angle of 176.47º 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 #538683 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB83134131-
CMYK0.3800.020.47
HSL176.47º23.5%42.55%-
HSV(B)176.47º38.06%52.55%-
XYZ16.1920.5324.58-
YUV118.41135.1102.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=23.85%
G=38.51%
B=37.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341310.3800.020.47176.4723.542.55
Hex53868326022Fb0182b
Octal1232062034602572603053
Binary101001110000110100000111001100101011111011000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538683; }

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

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

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

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

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

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

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

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