#527874

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

Shades of Breaker Bay #527874

Tints of Breaker Bay #527874

Color information

#527874 (or 0x527874) is unknown color: approx Breaker Bay. HEX triplet: 52, 78 and 74. RGB value is (82,120,116). Sum of RGB (Red+Green+Blue) = 82+120+116=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #527874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527874 is #AD878B. Grayscale: #6C6C6C. Windows color (decimal): -11372428 or 7632978. OLE color: 7632978.

HSL color Cylindrical-coordinate representation of color #527874: hue angle of 173.68º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527874 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB82120116-
CMYK0.3200.030.53
HSL173.68º18.81%39.61%-
HSV(B)173.68º31.67%47.06%-
XYZ13.3516.4919-
YUV108.18132.41109.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=25.79%
G=37.74%
B=36.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821201160.3200.030.53173.6818.8139.61
Hex527874200335ae1328
Octal1221701644003652562350
Binary1010010111100011101001000000111101011010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527874; }

 p { color: rgb(82,120,116); }

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

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

 a { background-color: rgb(82,120,116); }

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

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

 span { border-color: rgb(82,120,116); }

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