Html Css Color HEX #557A7C Breaker Bay

📋 copy color: '#557A7C'

red 85 ◦ green 122 ◦ blue 124

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

Shades of Breaker Bay #557A7C

Tints of Breaker Bay #557A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.86%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 25.68%
G = 36.86%
B = 37.46%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#557A7C (or 0x557A7C) is known color: Breaker Bay. HEX triplet: 55, 7A and 7C. RGB value is (85,122,124). Sum of RGB (Red+Green+Blue) = 85+122+124=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #557A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A7C is #AA8583. Grayscale: #6F6F6F. Windows color (decimal): -11175300 or 8157781. OLE color: 8157781.

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

Color convert

RGB 85 122 124 -
CMYK 0.31 0.02 0 0.51
HSL 183.08º 0.19% 0.41% -
HSV(B) 183.08º 0.31% 0.49% -
XYZ 14.34 17.31 21.65 -
YUV 111.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 85 122 124 0.31 0.02 0 0.51 183.08 0.19 0.41
Hex 55 7A 7C 1F 2 0 33 B7 13 29
Octal 125 172 174 37 2 0 63 267 23 51
Binary 1010101 1111010 1111100 11111 10 0 110011 10110111 10011 101001

Color Harmonies of #557A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A7C

Black with #557A7C

Text Example


Text Example

White with #557A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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