Html Css Color HEX #557375 Breaker Bay

📋 copy color: '#557375'

red 85 ◦ green 115 ◦ blue 117

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

Shades of Breaker Bay #557375

Tints of Breaker Bay #557375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.28%

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

R = 26.81%
G = 36.28%
B = 36.91%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#557375 (or 0x557375) is known color: Breaker Bay. HEX triplet: 55, 73 and 75. RGB value is (85,115,117). Sum of RGB (Red+Green+Blue) = 85+115+117=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #557375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557375 is #AA8C8A. Grayscale: #6A6A6A. Windows color (decimal): -11177099 or 7697237. OLE color: 7697237.

HSL color Cylindrical-coordinate representation of color #557375: hue angle of 183.75º 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 #557375 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 115 117 -
CMYK 0.27 0.02 0 0.54
HSL 183.75º 0.16% 0.4% -
HSV(B) 183.75º 0.27% 0.46% -
XYZ 13.09 15.48 19.13 -
YUV 106.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 85 115 117 0.27 0.02 0 0.54 183.75 0.16 0.4
Hex 55 73 75 1B 2 0 36 B8 10 28
Octal 125 163 165 33 2 0 66 270 20 50
Binary 1010101 1110011 1110101 11011 10 0 110110 10111000 10000 101000

Color Harmonies of #557375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557375

Black with #557375

Text Example


Text Example

White with #557375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557375; }

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

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

background-color css

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

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

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

border-color css

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

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

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