#538380

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

Shades of Breaker Bay #538380

Tints of Breaker Bay #538380

Color information

#538380 (or 0x538380) is unknown color: approx Breaker Bay. HEX triplet: 53, 83 and 80. RGB value is (83,131,128). Sum of RGB (Red+Green+Blue) = 83+131+128=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #538380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538380 is #AC7C7F. Grayscale: #747474. Windows color (decimal): -11304064 or 8422227. OLE color: 8422227.

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

Color convert

RGB83131128-
CMYK0.3700.020.49
HSL176.25º22.43%41.96%-
HSV(B)176.25º36.64%51.37%-
XYZ15.5819.6323.39-
YUV116.31134.6104.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=24.27%
G=38.30%
B=37.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311280.3700.020.49176.2522.4341.96
Hex538380250231b0162a
Octal1232032004502612602652
Binary101001110000011100000001001010101100011011000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538380; }

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

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

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

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

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

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

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

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