Html Css Color HEX #557C75 Breaker Bay

📋 copy color: '#557C75'

red 85 ◦ green 124 ◦ blue 117

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

Shades of Breaker Bay #557C75

Tints of Breaker Bay #557C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.04%

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

R = 26.07%
G = 38.04%
B = 35.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#557C75 (or 0x557C75) is known color: Breaker Bay. HEX triplet: 55, 7C and 75. RGB value is (85,124,117). Sum of RGB (Red+Green+Blue) = 85+124+117=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #557C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C75 is #AA838A. Grayscale: #6F6F6F. Windows color (decimal): -11174795 or 7699541. OLE color: 7699541.

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

Color convert

RGB 85 124 117 -
CMYK 0.31 0 0.06 0.51
HSL 169.23º 0.19% 0.41% -
HSV(B) 169.23º 0.31% 0.49% -
XYZ 14.16 17.63 19.49 -
YUV 111.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 85 124 117 0.31 0 0.06 0.51 169.23 0.19 0.41
Hex 55 7C 75 1F 0 6 33 A9 13 29
Octal 125 174 165 37 0 6 63 251 23 51
Binary 1010101 1111100 1110101 11111 0 110 110011 10101001 10011 101001

Color Harmonies of #557C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C75

Black with #557C75

Text Example


Text Example

White with #557C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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