Html Css Color HEX #58797C Breaker Bay

📋 copy color: '#58797C'

red 88 ◦ green 121 ◦ blue 124

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

Shades of Breaker Bay #58797C

Tints of Breaker Bay #58797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

 BLUE value IS 124 (48.83% from 255) = 37.24%

R = 26.43%
G = 36.34%
B = 37.24%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58797C (or 0x58797C) is known color: Breaker Bay. HEX triplet: 58, 79 and 7C. RGB value is (88,121,124). Sum of RGB (Red+Green+Blue) = 88+121+124=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #58797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58797C is #A78683. Grayscale: #6F6F6F. Windows color (decimal): -10978948 or 8157528. OLE color: 8157528.

HSL color Cylindrical-coordinate representation of color #58797C: hue angle of 185º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58797C is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 121 124 -
CMYK 0.29 0.02 0 0.51
HSL 185º 0.17% 0.42% -
HSV(B) 185º 0.29% 0.49% -
XYZ 14.5 17.2 21.63 -
YUV 111.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 88 121 124 0.29 0.02 0 0.51 185 0.17 0.42
Hex 58 79 7C 1D 2 0 33 B9 11 2A
Octal 130 171 174 35 2 0 63 271 21 52
Binary 1011000 1111001 1111100 11101 10 0 110011 10111001 10001 101010

Color Harmonies of #58797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58797C

Black with #58797C

Text Example


Text Example

White with #58797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58797C; }

 p { color: rgb(88,121,124); }

 H1.HeaderClassName
 {
   color: #58797C;
 }
 .AnyTagClassName
 {
   color: #58797C;
 }
</style>

background-color css

<style>
 a { background-color: #58797C; }

 a { background-color: rgb(88,121,124); }

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

border-color css

<style>
 span { border-color: #58797C; }

 span { border-color: rgb(88,121,124); }

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