#538481

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

Shades of Breaker Bay #538481

Tints of Breaker Bay #538481

Color information

#538481 (or 0x538481) is unknown color: approx Breaker Bay. HEX triplet: 53, 84 and 81. RGB value is (83,132,129). Sum of RGB (Red+Green+Blue) = 83+132+129=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #538481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538481 is #AC7B7E. Grayscale: #747474. Windows color (decimal): -11303807 or 8488019. OLE color: 8488019.

HSL color Cylindrical-coordinate representation of color #538481: hue angle of 176.33º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538481 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB83132129-
CMYK0.3700.020.48
HSL176.33º22.79%42.16%-
HSV(B)176.33º37.12%51.76%-
XYZ15.7819.9323.78-
YUV117.01134.77103.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=24.13%
G=38.37%
B=37.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321290.3700.020.48176.3322.7942.16
Hex538481250230b0172a
Octal1232042014502602602752
Binary101001110000100100000011001010101100001011000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538481; }

 p { color: rgb(83,132,129); }

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

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

 a { background-color: rgb(83,132,129); }

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

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

 span { border-color: rgb(83,132,129); }

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