Html Css Color HEX #58827D Breaker Bay

📋 copy color: '#58827D'

red 88 ◦ green 130 ◦ blue 125

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

Shades of Breaker Bay #58827D

Tints of Breaker Bay #58827D

RGB

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

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

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

R = 25.66%
G = 37.9%
B = 36.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#58827D (or 0x58827D) is known color: Breaker Bay. HEX triplet: 58, 82 and 7D. RGB value is (88,130,125). Sum of RGB (Red+Green+Blue) = 88+130+125=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #58827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58827D is #A77D82. Grayscale: #747474. Windows color (decimal): -10976643 or 8225368. OLE color: 8225368.

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

Color convert

RGB 88 130 125 -
CMYK 0.32 0 0.04 0.49
HSL 172.86º 0.19% 0.43% -
HSV(B) 172.86º 0.32% 0.51% -
XYZ 15.71 19.52 22.34 -
YUV 116.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 88 130 125 0.32 0 0.04 0.49 172.86 0.19 0.43
Hex 58 82 7D 20 0 4 31 AD 13 2B
Octal 130 202 175 40 0 4 61 255 23 53
Binary 1011000 10000010 1111101 100000 0 100 110001 10101101 10011 101011

Color Harmonies of #58827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58827D

Black with #58827D

Text Example


Text Example

White with #58827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58827D; }

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

 H1.HeaderClassName
 {
   color: #58827D;
 }
 .AnyTagClassName
 {
   color: #58827D;
 }
</style>

background-color css

<style>
 a { background-color: #58827D; }

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

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

border-color css

<style>
 span { border-color: #58827D; }

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

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