Html Css Color HEX #557C7B Breaker Bay

📋 copy color: '#557C7B'

red 85 ◦ green 124 ◦ blue 123

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

Shades of Breaker Bay #557C7B

Tints of Breaker Bay #557C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 25.6%
G = 37.35%
B = 37.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#557C7B (or 0x557C7B) is known color: Breaker Bay. HEX triplet: 55, 7C and 7B. RGB value is (85,124,123). Sum of RGB (Red+Green+Blue) = 85+124+123=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #557C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C7B is #AA8384. Grayscale: #707070. Windows color (decimal): -11174789 or 8092757. OLE color: 8092757.

HSL color Cylindrical-coordinate representation of color #557C7B: hue angle of 178.46º 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 #557C7B is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 123 -
CMYK 0.31 0 0.01 0.51
HSL 178.46º 0.19% 0.41% -
HSV(B) 178.46º 0.31% 0.49% -
XYZ 14.53 17.78 21.4 -
YUV 112.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 85 124 123 0.31 0 0.01 0.51 178.46 0.19 0.41
Hex 55 7C 7B 1F 0 1 33 B2 13 29
Octal 125 174 173 37 0 1 63 262 23 51
Binary 1010101 1111100 1111011 11111 0 1 110011 10110010 10011 101001

Color Harmonies of #557C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C7B

Black with #557C7B

Text Example


Text Example

White with #557C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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