Html Css Color HEX #557B75 Breaker Bay

📋 copy color: '#557B75'

red 85 ◦ green 123 ◦ blue 117

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

Shades of Breaker Bay #557B75

Tints of Breaker Bay #557B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 26.15%
G = 37.85%
B = 36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#557B75 (or 0x557B75) is known color: Breaker Bay. HEX triplet: 55, 7B and 75. RGB value is (85,123,117). Sum of RGB (Red+Green+Blue) = 85+123+117=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 123 - color contains mainly: green. Hex color #557B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B75 is #AA848A. Grayscale: #6E6E6E. Windows color (decimal): -11175051 or 7699285. OLE color: 7699285.

HSL color Cylindrical-coordinate representation of color #557B75: hue angle of 170.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B75 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 117 -
CMYK 0.31 0 0.05 0.52
HSL 170.53º 0.18% 0.41% -
HSV(B) 170.53º 0.31% 0.48% -
XYZ 14.04 17.38 19.44 -
YUV 110.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 85 123 117 0.31 0 0.05 0.52 170.53 0.18 0.41
Hex 55 7B 75 1F 0 5 34 AB 12 29
Octal 125 173 165 37 0 5 64 253 22 51
Binary 1010101 1111011 1110101 11111 0 101 110100 10101011 10010 101001

Color Harmonies of #557B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B75

Black with #557B75

Text Example


Text Example

White with #557B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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