#52857C

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

Shades of Breaker Bay #52857C

Tints of Breaker Bay #52857C

Color information

#52857C (or 0x52857C) is unknown color: approx Breaker Bay. HEX triplet: 52, 85 and 7C. RGB value is (82,133,124). Sum of RGB (Red+Green+Blue) = 82+133+124=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #52857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52857C is #AD7A83. Grayscale: #747474. Windows color (decimal): -11369092 or 8160594. OLE color: 8160594.

HSL color Cylindrical-coordinate representation of color #52857C: hue angle of 169.41º degrees, saturation: 0.24, 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 #52857C is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB82133124-
CMYK0.3800.070.48
HSL169.41º23.72%42.16%-
HSV(B)169.41º38.35%52.16%-
XYZ15.5120.0222.12-
YUV116.72132.1103.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=24.19%
G=39.23%
B=36.58%

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
Decimal821331240.3800.070.48169.4123.7242.16
Hex52857C260730a9182a
Octal1222051744607602513052
Binary101001010000101111110010011001111100001010100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52857C; }

 p { color: rgb(82,133,124); }

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

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

 a { background-color: rgb(82,133,124); }

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

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

 span { border-color: rgb(82,133,124); }

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