Html Css Color HEX #577B7C Breaker Bay

📋 copy color: '#577B7C'

red 87 ◦ green 123 ◦ blue 124

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

Shades of Breaker Bay #577B7C

Tints of Breaker Bay #577B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

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

R = 26.05%
G = 36.83%
B = 37.13%

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

#577B7C (or 0x577B7C) is known color: Breaker Bay. HEX triplet: 57, 7B and 7C. RGB value is (87,123,124). Sum of RGB (Red+Green+Blue) = 87+123+124=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #577B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577B7C is #A88483. Grayscale: #707070. Windows color (decimal): -11043972 or 8158039. OLE color: 8158039.

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

Color convert

RGB 87 123 124 -
CMYK 0.30 0.01 0 0.51
HSL 181.62º 0.18% 0.41% -
HSV(B) 181.62º 0.3% 0.49% -
XYZ 14.65 17.65 21.7 -
YUV 112.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 87 123 124 0.30 0.01 0 0.51 181.62 0.18 0.41
Hex 57 7B 7C 1E 1 0 33 B6 12 29
Octal 127 173 174 36 1 0 63 266 22 51
Binary 1010111 1111011 1111100 11110 1 0 110011 10110110 10010 101001

Color Harmonies of #577B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577B7C

Black with #577B7C

Text Example


Text Example

White with #577B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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