#52857A

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

Shades of Breaker Bay #52857A

Tints of Breaker Bay #52857A

Color information

#52857A (or 0x52857A) is unknown color: approx Breaker Bay. HEX triplet: 52, 85 and 7A. RGB value is (82,133,122). Sum of RGB (Red+Green+Blue) = 82+133+122=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #52857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52857A is #AD7A85. Grayscale: #747474. Windows color (decimal): -11369094 or 8029522. OLE color: 8029522.

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

Color convert

RGB82133122-
CMYK0.3800.080.48
HSL167.06º23.72%42.16%-
HSV(B)167.06º38.35%52.16%-
XYZ15.3819.9721.46-
YUV116.5131.1103.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=24.33%
G=39.47%
B=36.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821331220.3800.080.48167.0623.7242.16
Hex52857A260830a7182a
Octal12220517246010602473052
Binary1010010100001011111010100110010001100001010011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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