Html Css Color HEX #527874 Breaker Bay

📋 copy color: '#527874'

red 82 ◦ green 120 ◦ blue 116

#527874
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #527874

Tints of Breaker Bay #527874

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.7% from 255) = 36.48%

R = 25.79%
G = 37.74%
B = 36.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#527874 (or 0x527874) is known color: 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

RGB 82 120 116 -
CMYK 0.32 0 0.03 0.53
HSL 173.68º 0.19% 0.4% -
HSV(B) 173.68º 0.32% 0.47% -
XYZ 13.35 16.49 19 -
YUV 108.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 82 120 116 0.32 0 0.03 0.53 173.68 0.19 0.4
Hex 52 78 74 20 0 3 35 AE 13 28
Octal 122 170 164 40 0 3 65 256 23 50
Binary 1010010 1111000 1110100 100000 0 11 110101 10101110 10011 101000

Color Harmonies of #527874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527874

Black with #527874

Text Example


Text Example

White with #527874

Text Example


Text Example

HTML Codes & Css Web 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>