Html Css Color HEX #577C7C Breaker Bay

📋 copy color: '#577C7C'

red 87 ◦ green 124 ◦ blue 124

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

Shades of Breaker Bay #577C7C

Tints of Breaker Bay #577C7C

RGB

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

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

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

R = 25.97%
G = 37.01%
B = 37.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#577C7C (or 0x577C7C) is known color: Breaker Bay. HEX triplet: 57, 7C and 7C. RGB value is (87,124,124). Sum of RGB (Red+Green+Blue) = 87+124+124=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #577C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C7C is #A88383. Grayscale: #707070. Windows color (decimal): -11043716 or 8158295. OLE color: 8158295.

HSL color Cylindrical-coordinate representation of color #577C7C: hue angle of 180º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #577C7C is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 124 124 -
CMYK 0.30 0 0 0.51
HSL 180º 0.18% 0.41% -
HSV(B) 180º 0.3% 0.49% -
XYZ 14.78 17.9 21.74 -
YUV 112.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 87 124 124 0.30 0 0 0.51 180 0.18 0.41
Hex 57 7C 7C 1E 0 0 33 B4 12 29
Octal 127 174 174 36 0 0 63 264 22 51
Binary 1010111 1111100 1111100 11110 0 0 110011 10110100 10010 101001

Color Harmonies of #577C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577C7C

Black with #577C7C

Text Example


Text Example

White with #577C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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