Html Css Color HEX #58817B Breaker Bay

📋 copy color: '#58817B'

red 88 ◦ green 129 ◦ blue 123

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

Shades of Breaker Bay #58817B

Tints of Breaker Bay #58817B

RGB

 RED value IS 88 (34.77% from 255) = 25.88%

 GREEN value IS 129 (50.78% from 255) = 37.94%

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

R = 25.88%
G = 37.94%
B = 36.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#58817B (or 0x58817B) is known color: Breaker Bay. HEX triplet: 58, 81 and 7B. RGB value is (88,129,123). Sum of RGB (Red+Green+Blue) = 88+129+123=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #58817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58817B is #A77E84. Grayscale: #747474. Windows color (decimal): -10976901 or 8094040. OLE color: 8094040.

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

Color convert

RGB 88 129 123 -
CMYK 0.32 0 0.05 0.49
HSL 171.22º 0.19% 0.43% -
HSV(B) 171.22º 0.32% 0.51% -
XYZ 15.45 19.21 21.63 -
YUV 116.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 88 129 123 0.32 0 0.05 0.49 171.22 0.19 0.43
Hex 58 81 7B 20 0 5 31 AB 13 2B
Octal 130 201 173 40 0 5 61 253 23 53
Binary 1011000 10000001 1111011 100000 0 101 110001 10101011 10011 101011

Color Harmonies of #58817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58817B

Black with #58817B

Text Example


Text Example

White with #58817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58817B; }

 p { color: rgb(88,129,123); }

 H1.HeaderClassName
 {
   color: #58817B;
 }
 .AnyTagClassName
 {
   color: #58817B;
 }
</style>

background-color css

<style>
 a { background-color: #58817B; }

 a { background-color: rgb(88,129,123); }

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

border-color css

<style>
 span { border-color: #58817B; }

 span { border-color: rgb(88,129,123); }

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