Html Css Color HEX #5E827D Breaker Bay

📋 copy color: '#5E827D'

red 94 ◦ green 130 ◦ blue 125

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

Shades of Breaker Bay #5E827D

Tints of Breaker Bay #5E827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.25%

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

R = 26.93%
G = 37.25%
B = 35.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#5E827D (or 0x5E827D) is known color: Breaker Bay. HEX triplet: 5E, 82 and 7D. RGB value is (94,130,125). Sum of RGB (Red+Green+Blue) = 94+130+125=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #5E827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E827D is #A17D82. Grayscale: #767676. Windows color (decimal): -10583427 or 8225374. OLE color: 8225374.

HSL color Cylindrical-coordinate representation of color #5E827D: hue angle of 171.67º 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 #5E827D is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 130 125 -
CMYK 0.28 0 0.04 0.49
HSL 171.67º 0.16% 0.44% -
HSV(B) 171.67º 0.28% 0.51% -
XYZ 16.3 19.83 22.37 -
YUV 118.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 94 130 125 0.28 0 0.04 0.49 171.67 0.16 0.44
Hex 5E 82 7D 1C 0 4 31 AC 10 2C
Octal 136 202 175 34 0 4 61 254 20 54
Binary 1011110 10000010 1111101 11100 0 100 110001 10101100 10000 101100

Color Harmonies of #5E827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E827D

Black with #5E827D

Text Example


Text Example

White with #5E827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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