Html Css Color HEX #5E837D Breaker Bay

📋 copy color: '#5E837D'

red 94 ◦ green 131 ◦ blue 125

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

Shades of Breaker Bay #5E837D

Tints of Breaker Bay #5E837D

RGB

 RED value IS 94 (37.11% from 255) = 26.86%

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 26.86%
G = 37.43%
B = 35.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#5E837D (or 0x5E837D) is known color: Breaker Bay. HEX triplet: 5E, 83 and 7D. RGB value is (94,131,125). Sum of RGB (Red+Green+Blue) = 94+131+125=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #5E837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E837D is #A17C82. Grayscale: #777777. Windows color (decimal): -10583171 or 8225630. OLE color: 8225630.

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

Color convert

RGB 94 131 125 -
CMYK 0.28 0 0.05 0.49
HSL 170.27º 0.16% 0.44% -
HSV(B) 170.27º 0.28% 0.51% -
XYZ 16.43 20.09 22.41 -
YUV 119.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 94 131 125 0.28 0 0.05 0.49 170.27 0.16 0.44
Hex 5E 83 7D 1C 0 5 31 AA 10 2C
Octal 136 203 175 34 0 5 61 252 20 54
Binary 1011110 10000011 1111101 11100 0 101 110001 10101010 10000 101100

Color Harmonies of #5E837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E837D

Black with #5E837D

Text Example


Text Example

White with #5E837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,131,125); }

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

background-color css

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

 a { background-color: rgb(94,131,125); }

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

border-color css

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

 span { border-color: rgb(94,131,125); }

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