Html Css Color HEX #5D827B Breaker Bay

📋 copy color: '#5D827B'

red 93 ◦ green 130 ◦ blue 123

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

Shades of Breaker Bay #5D827B

Tints of Breaker Bay #5D827B

RGB

 RED value IS 93 (36.72% from 255) = 26.88%

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 26.88%
G = 37.57%
B = 35.55%

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

#5D827B (or 0x5D827B) is known color: Breaker Bay. HEX triplet: 5D, 82 and 7B. RGB value is (93,130,123). Sum of RGB (Red+Green+Blue) = 93+130+123=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #5D827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D827B is #A27D84. Grayscale: #767676. Windows color (decimal): -10648965 or 8094301. OLE color: 8094301.

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

Color convert

RGB 93 130 123 -
CMYK 0.28 0 0.05 0.49
HSL 168.65º 0.17% 0.44% -
HSV(B) 168.65º 0.28% 0.51% -
XYZ 16.07 19.72 21.7 -
YUV 118.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 93 130 123 0.28 0 0.05 0.49 168.65 0.17 0.44
Hex 5D 82 7B 1C 0 5 31 A9 11 2C
Octal 135 202 173 34 0 5 61 251 21 54
Binary 1011101 10000010 1111011 11100 0 101 110001 10101001 10001 101100

Color Harmonies of #5D827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D827B

Black with #5D827B

Text Example


Text Example

White with #5D827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,130,123); }

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

background-color css

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

 a { background-color: rgb(93,130,123); }

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

border-color css

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

 span { border-color: rgb(93,130,123); }

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