Html Css Color HEX #577C7D Breaker Bay

📋 copy color: '#577C7D'

red 87 ◦ green 124 ◦ blue 125

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

Shades of Breaker Bay #577C7D

Tints of Breaker Bay #577C7D

RGB

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

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

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

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

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

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

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

Color convert

RGB 87 124 125 -
CMYK 0.30 0.01 0 0.51
HSL 181.58º 0.18% 0.42% -
HSV(B) 181.58º 0.3% 0.49% -
XYZ 14.84 17.92 22.08 -
YUV 113.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 87 124 125 0.30 0.01 0 0.51 181.58 0.18 0.42
Hex 57 7C 7D 1E 1 0 33 B6 12 2A
Octal 127 174 175 36 1 0 63 266 22 52
Binary 1010111 1111100 1111101 11110 1 0 110011 10110110 10010 101010

Color Harmonies of #577C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577C7D

Black with #577C7D

Text Example


Text Example

White with #577C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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