Html Css Color HEX #5A7C76 Breaker Bay

📋 copy color: '#5A7C76'

red 90 ◦ green 124 ◦ blue 118

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

Shades of Breaker Bay #5A7C76

Tints of Breaker Bay #5A7C76

RGB

 RED value IS 90 (35.55% from 255) = 27.11%

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 27.11%
G = 37.35%
B = 35.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#5A7C76 (or 0x5A7C76) is known color: Breaker Bay. HEX triplet: 5A, 7C and 76. RGB value is (90,124,118). Sum of RGB (Red+Green+Blue) = 90+124+118=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7C76 is #A58389. Grayscale: #717171. Windows color (decimal): -10847114 or 7765082. OLE color: 7765082.

HSL color Cylindrical-coordinate representation of color #5A7C76: hue angle of 169.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7C76 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 124 118 -
CMYK 0.27 0 0.05 0.51
HSL 169.41º 0.16% 0.42% -
HSV(B) 169.41º 0.27% 0.49% -
XYZ 14.69 17.9 19.82 -
YUV 113.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 90 124 118 0.27 0 0.05 0.51 169.41 0.16 0.42
Hex 5A 7C 76 1B 0 5 33 A9 10 2A
Octal 132 174 166 33 0 5 63 251 20 52
Binary 1011010 1111100 1110110 11011 0 101 110011 10101001 10000 101010

Color Harmonies of #5A7C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7C76

Black with #5A7C76

Text Example


Text Example

White with #5A7C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7C76; }

 p { color: rgb(90,124,118); }

 H1.HeaderClassName
 {
   color: #5A7C76;
 }
 .AnyTagClassName
 {
   color: #5A7C76;
 }
</style>

background-color css

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

 a { background-color: rgb(90,124,118); }

 div.DivClassName
 {
   background-color: #5A7C76;
 }
 .BgClassName
 {
   background-color: #5A7C76;
 }
</style>

border-color css

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

 span { border-color: rgb(90,124,118); }

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