#52847B

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

Shades of Breaker Bay #52847B

Tints of Breaker Bay #52847B

Color information

#52847B (or 0x52847B) is unknown color: approx Breaker Bay. HEX triplet: 52, 84 and 7B. RGB value is (82,132,123). Sum of RGB (Red+Green+Blue) = 82+132+123=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #52847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52847B is #AD7B84. Grayscale: #747474. Windows color (decimal): -11369349 or 8094802. OLE color: 8094802.

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

Color convert

RGB82132123-
CMYK0.3800.070.48
HSL169.2º23.36%41.96%-
HSV(B)169.2º37.88%51.76%-
XYZ15.3119.7321.74-
YUV116.02131.94103.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=24.33%
G=39.17%
B=36.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321230.3800.070.48169.223.3641.96
Hex52847B260730a9172a
Octal1222041734607602512752
Binary101001010000100111101110011001111100001010100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52847B; }

 p { color: rgb(82,132,123); }

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

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

 a { background-color: rgb(82,132,123); }

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

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

 span { border-color: rgb(82,132,123); }

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