Html Css Color HEX #577D7C Breaker Bay

📋 copy color: '#577D7C'

red 87 ◦ green 125 ◦ blue 124

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

Shades of Breaker Bay #577D7C

Tints of Breaker Bay #577D7C

RGB

 RED value IS 87 (34.38% from 255) = 25.89%

 GREEN value IS 125 (49.22% from 255) = 37.2%

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

R = 25.89%
G = 37.2%
B = 36.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#577D7C (or 0x577D7C) is known color: Breaker Bay. HEX triplet: 57, 7D and 7C. RGB value is (87,125,124). Sum of RGB (Red+Green+Blue) = 87+125+124=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #577D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577D7C is #A88283. Grayscale: #717171. Windows color (decimal): -11043460 or 8158551. OLE color: 8158551.

HSL color Cylindrical-coordinate representation of color #577D7C: hue angle of 178.42º degrees, saturation: 0.18, 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 #577D7C is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 125 124 -
CMYK 0.30 0 0.01 0.51
HSL 178.42º 0.18% 0.42% -
HSV(B) 178.42º 0.3% 0.49% -
XYZ 14.9 18.15 21.79 -
YUV 113.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 87 125 124 0.30 0 0.01 0.51 178.42 0.18 0.42
Hex 57 7D 7C 1E 0 1 33 B2 12 2A
Octal 127 175 174 36 0 1 63 262 22 52
Binary 1010111 1111101 1111100 11110 0 1 110011 10110010 10010 101010

Color Harmonies of #577D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577D7C

Black with #577D7C

Text Example


Text Example

White with #577D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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