Html Css Color HEX #557A84 Blue Bayoux

📋 copy color: '#557A84'

red 85 ◦ green 122 ◦ blue 132

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

Shades of Blue Bayoux #557A84

Tints of Blue Bayoux #557A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 25.07%
G = 35.99%
B = 38.94%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#557A84 (or 0x557A84) is known color: Blue Bayoux. HEX triplet: 55, 7A and 84. RGB value is (85,122,132). Sum of RGB (Red+Green+Blue) = 85+122+132=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #557A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A84 is #AA857B. Grayscale: #6F6F6F. Windows color (decimal): -11175292 or 8682069. OLE color: 8682069.

HSL color Cylindrical-coordinate representation of color #557A84: hue angle of 192.77º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557A84 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 122 132 -
CMYK 0.36 0.08 0 0.48
HSL 192.77º 0.22% 0.43% -
HSV(B) 192.77º 0.36% 0.52% -
XYZ 14.87 17.52 24.43 -
YUV 112.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 85 122 132 0.36 0.08 0 0.48 192.77 0.22 0.43
Hex 55 7A 84 24 8 0 30 C1 16 2B
Octal 125 172 204 44 10 0 60 301 26 53
Binary 1010101 1111010 10000100 100100 1000 0 110000 11000001 10110 101011

Color Harmonies of #557A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A84

Black with #557A84

Text Example


Text Example

White with #557A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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