Html Css Color HEX #588180 Breaker Bay

📋 copy color: '#588180'

red 88 ◦ green 129 ◦ blue 128

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

Shades of Breaker Bay #588180

Tints of Breaker Bay #588180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.1%

R = 25.51%
G = 37.39%
B = 37.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#588180 (or 0x588180) is known color: Breaker Bay. HEX triplet: 58, 81 and 80. RGB value is (88,129,128). Sum of RGB (Red+Green+Blue) = 88+129+128=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #588180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588180 is #A77E7F. Grayscale: #747474. Windows color (decimal): -10976896 or 8421720. OLE color: 8421720.

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

Color convert

RGB 88 129 128 -
CMYK 0.32 0 0.01 0.49
HSL 178.54º 0.19% 0.43% -
HSV(B) 178.54º 0.32% 0.51% -
XYZ 15.77 19.33 23.32 -
YUV 116.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 88 129 128 0.32 0 0.01 0.49 178.54 0.19 0.43
Hex 58 81 80 20 0 1 31 B3 13 2B
Octal 130 201 200 40 0 1 61 263 23 53
Binary 1011000 10000001 10000000 100000 0 1 110001 10110011 10011 101011

Color Harmonies of #588180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588180

Black with #588180

Text Example


Text Example

White with #588180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588180; }

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

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

background-color css

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

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

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

border-color css

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

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

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