Html Css Color HEX #557B7D Breaker Bay

📋 copy color: '#557B7D'

red 85 ◦ green 123 ◦ blue 125

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

Shades of Breaker Bay #557B7D

Tints of Breaker Bay #557B7D

RGB

 RED value IS 85 (33.59% from 255) = 25.53%

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

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

R = 25.53%
G = 36.94%
B = 37.54%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#557B7D (or 0x557B7D) is known color: Breaker Bay. HEX triplet: 55, 7B and 7D. RGB value is (85,123,125). Sum of RGB (Red+Green+Blue) = 85+123+125=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #557B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B7D is #AA8482. Grayscale: #6F6F6F. Windows color (decimal): -11175043 or 8223573. OLE color: 8223573.

HSL color Cylindrical-coordinate representation of color #557B7D: hue angle of 183º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557B7D is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 123 125 -
CMYK 0.32 0.02 0 0.51
HSL 183º 0.19% 0.41% -
HSV(B) 183º 0.32% 0.49% -
XYZ 14.53 17.58 22.03 -
YUV 111.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 85 123 125 0.32 0.02 0 0.51 183 0.19 0.41
Hex 55 7B 7D 20 2 0 33 B7 13 29
Octal 125 173 175 40 2 0 63 267 23 51
Binary 1010101 1111011 1111101 100000 10 0 110011 10110111 10011 101001

Color Harmonies of #557B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B7D

Black with #557B7D

Text Example


Text Example

White with #557B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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