Html Css Color HEX #5A837E Breaker Bay

📋 copy color: '#5A837E'

red 90 ◦ green 131 ◦ blue 126

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

Shades of Breaker Bay #5A837E

Tints of Breaker Bay #5A837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 25.94%
G = 37.75%
B = 36.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#5A837E (or 0x5A837E) is known color: Breaker Bay. HEX triplet: 5A, 83 and 7E. RGB value is (90,131,126). Sum of RGB (Red+Green+Blue) = 90+131+126=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #5A837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A837E is #A57C81. Grayscale: #767676. Windows color (decimal): -10845314 or 8291162. OLE color: 8291162.

HSL color Cylindrical-coordinate representation of color #5A837E: hue angle of 172.68º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A837E is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 131 126 -
CMYK 0.31 0 0.04 0.49
HSL 172.68º 0.19% 0.43% -
HSV(B) 172.68º 0.31% 0.51% -
XYZ 16.1 19.91 22.73 -
YUV 118.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 90 131 126 0.31 0 0.04 0.49 172.68 0.19 0.43
Hex 5A 83 7E 1F 0 4 31 AD 13 2B
Octal 132 203 176 37 0 4 61 255 23 53
Binary 1011010 10000011 1111110 11111 0 100 110001 10101101 10011 101011

Color Harmonies of #5A837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A837E

Black with #5A837E

Text Example


Text Example

White with #5A837E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,131,126); }

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

background-color css

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

 a { background-color: rgb(90,131,126); }

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

border-color css

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

 span { border-color: rgb(90,131,126); }

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