Html Css Color HEX #577C7B Breaker Bay

📋 copy color: '#577C7B'

red 87 ◦ green 124 ◦ blue 123

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

Shades of Breaker Bay #577C7B

Tints of Breaker Bay #577C7B

RGB

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

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

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

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

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

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

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

Color convert

RGB 87 124 123 -
CMYK 0.30 0 0.01 0.51
HSL 178.38º 0.18% 0.41% -
HSV(B) 178.38º 0.3% 0.49% -
XYZ 14.71 17.87 21.41 -
YUV 112.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 87 124 123 0.30 0 0.01 0.51 178.38 0.18 0.41
Hex 57 7C 7B 1E 0 1 33 B2 12 29
Octal 127 174 173 36 0 1 63 262 22 51
Binary 1010111 1111100 1111011 11110 0 1 110011 10110010 10010 101001

Color Harmonies of #577C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577C7B

Black with #577C7B

Text Example


Text Example

White with #577C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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