#52857E

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

Shades of Breaker Bay #52857E

Tints of Breaker Bay #52857E

Color information

#52857E (or 0x52857E) is unknown color: approx Breaker Bay. HEX triplet: 52, 85 and 7E. RGB value is (82,133,126). Sum of RGB (Red+Green+Blue) = 82+133+126=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #52857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52857E is #AD7A81. Grayscale: #747474. Windows color (decimal): -11369090 or 8291666. OLE color: 8291666.

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

Color convert

RGB82133126-
CMYK0.3800.050.48
HSL171.76º23.72%42.16%-
HSV(B)171.76º38.35%52.16%-
XYZ15.6320.0822.79-
YUV116.95133.1103.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=24.05%
G=39.00%
B=36.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821331260.3800.050.48171.7623.7242.16
Hex52857E260530ac182a
Octal1222051764605602543052
Binary101001010000101111111010011001011100001010110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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