#538479

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

Shades of Breaker Bay #538479

Tints of Breaker Bay #538479

Color information

#538479 (or 0x538479) is unknown color: approx Breaker Bay. HEX triplet: 53, 84 and 79. RGB value is (83,132,121). Sum of RGB (Red+Green+Blue) = 83+132+121=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #538479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538479 is #AC7B86. Grayscale: #747474. Windows color (decimal): -11303815 or 7963731. OLE color: 7963731.

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

Color convert

RGB83132121-
CMYK0.3700.080.48
HSL166.53º22.79%42.16%-
HSV(B)166.53º37.12%51.76%-
XYZ15.2719.7221.09-
YUV116.09130.77104.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=24.70%
G=39.29%
B=36.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321210.3700.080.48166.5322.7942.16
Hex538479250830a7172a
Octal12320417145010602472752
Binary1010011100001001111001100101010001100001010011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538479; }

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

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

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

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

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

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

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

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