Html Css Color HEX #557274 Breaker Bay

📋 copy color: '#557274'

red 85 ◦ green 114 ◦ blue 116

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

Shades of Breaker Bay #557274

Tints of Breaker Bay #557274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 26.98%
G = 36.19%
B = 36.83%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#557274 (or 0x557274) is known color: Breaker Bay. HEX triplet: 55, 72 and 74. RGB value is (85,114,116). Sum of RGB (Red+Green+Blue) = 85+114+116=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #557274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557274 is #AA8D8B. Grayscale: #696969. Windows color (decimal): -11177356 or 7631445. OLE color: 7631445.

HSL color Cylindrical-coordinate representation of color #557274: hue angle of 183.87º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557274 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 116 -
CMYK 0.27 0.02 0 0.55
HSL 183.87º 0.15% 0.39% -
HSV(B) 183.87º 0.27% 0.45% -
XYZ 12.92 15.23 18.78 -
YUV 105.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 85 114 116 0.27 0.02 0 0.55 183.87 0.15 0.39
Hex 55 72 74 1B 2 0 37 B8 F 27
Octal 125 162 164 33 2 0 67 270 17 47
Binary 1010101 1110010 1110100 11011 10 0 110111 10111000 1111 100111

Color Harmonies of #557274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557274

Black with #557274

Text Example


Text Example

White with #557274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557274; }

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

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

background-color css

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

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

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

border-color css

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

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

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