Html Css Color HEX #587C7D Breaker Bay

📋 copy color: '#587C7D'

red 88 ◦ green 124 ◦ blue 125

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

Shades of Breaker Bay #587C7D

Tints of Breaker Bay #587C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.8%

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

R = 26.11%
G = 36.8%
B = 37.09%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#587C7D (or 0x587C7D) is known color: Breaker Bay. HEX triplet: 58, 7C and 7D. RGB value is (88,124,125). Sum of RGB (Red+Green+Blue) = 88+124+125=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #587C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587C7D is #A78382. Grayscale: #717171. Windows color (decimal): -10978179 or 8223832. OLE color: 8223832.

HSL color Cylindrical-coordinate representation of color #587C7D: hue angle of 181.62º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #587C7D is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 124 125 -
CMYK 0.30 0.01 0 0.51
HSL 181.62º 0.17% 0.42% -
HSV(B) 181.62º 0.3% 0.49% -
XYZ 14.93 17.97 22.08 -
YUV 113.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 88 124 125 0.30 0.01 0 0.51 181.62 0.17 0.42
Hex 58 7C 7D 1E 1 0 33 B6 11 2A
Octal 130 174 175 36 1 0 63 266 21 52
Binary 1011000 1111100 1111101 11110 1 0 110011 10110110 10001 101010

Color Harmonies of #587C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587C7D

Black with #587C7D

Text Example


Text Example

White with #587C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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