#538480

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

Shades of Breaker Bay #538480

Tints of Breaker Bay #538480

Color information

#538480 (or 0x538480) is unknown color: approx Breaker Bay. HEX triplet: 53, 84 and 80. RGB value is (83,132,128). Sum of RGB (Red+Green+Blue) = 83+132+128=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #538480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538480 is #AC7B7F. Grayscale: #747474. Windows color (decimal): -11303808 or 8422483. OLE color: 8422483.

HSL color Cylindrical-coordinate representation of color #538480: hue angle of 175.1º 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 #538480 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB83132128-
CMYK0.3700.030.48
HSL175.1º22.79%42.16%-
HSV(B)175.1º37.12%51.76%-
XYZ15.7119.923.43-
YUV116.89134.27103.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=24.20%
G=38.48%
B=37.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321280.3700.030.48175.122.7942.16
Hex538480250330af172a
Octal1232042004503602572752
Binary101001110000100100000001001010111100001010111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538480; }

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

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

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

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

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

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

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

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