Html Css Color HEX #577B7D Breaker Bay

📋 copy color: '#577B7D'

red 87 ◦ green 123 ◦ blue 125

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

Shades of Breaker Bay #577B7D

Tints of Breaker Bay #577B7D

RGB

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

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

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

R = 25.97%
G = 36.72%
B = 37.31%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#577B7D (or 0x577B7D) is known color: Breaker Bay. HEX triplet: 57, 7B and 7D. RGB value is (87,123,125). Sum of RGB (Red+Green+Blue) = 87+123+125=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #577B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577B7D is #A88482. Grayscale: #707070. Windows color (decimal): -11043971 or 8223575. OLE color: 8223575.

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

Color convert

RGB 87 123 125 -
CMYK 0.30 0.02 0 0.51
HSL 183.16º 0.18% 0.42% -
HSV(B) 183.16º 0.3% 0.49% -
XYZ 14.72 17.67 22.04 -
YUV 112.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 87 123 125 0.30 0.02 0 0.51 183.16 0.18 0.42
Hex 57 7B 7D 1E 2 0 33 B7 12 2A
Octal 127 173 175 36 2 0 63 267 22 52
Binary 1010111 1111011 1111101 11110 10 0 110011 10110111 10010 101010

Color Harmonies of #577B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577B7D

Black with #577B7D

Text Example


Text Example

White with #577B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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