Html Css Color HEX #557475 Breaker Bay

📋 copy color: '#557475'

red 85 ◦ green 116 ◦ blue 117

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

Shades of Breaker Bay #557475

Tints of Breaker Bay #557475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

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

R = 26.73%
G = 36.48%
B = 36.79%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#557475 (or 0x557475) is known color: Breaker Bay. HEX triplet: 55, 74 and 75. RGB value is (85,116,117). Sum of RGB (Red+Green+Blue) = 85+116+117=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #557475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557475 is #AA8B8A. Grayscale: #6A6A6A. Windows color (decimal): -11176843 or 7697493. OLE color: 7697493.

HSL color Cylindrical-coordinate representation of color #557475: hue angle of 181.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557475 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 116 117 -
CMYK 0.27 0.01 0 0.54
HSL 181.88º 0.16% 0.4% -
HSV(B) 181.88º 0.27% 0.46% -
XYZ 13.2 15.71 19.17 -
YUV 106.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 85 116 117 0.27 0.01 0 0.54 181.88 0.16 0.4
Hex 55 74 75 1B 1 0 36 B6 10 28
Octal 125 164 165 33 1 0 66 266 20 50
Binary 1010101 1110100 1110101 11011 1 0 110110 10110110 10000 101000

Color Harmonies of #557475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557475

Black with #557475

Text Example


Text Example

White with #557475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557475; }

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

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

background-color css

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

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

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

border-color css

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

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

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