Html Css Color HEX #557378 Blue Bayoux

📋 copy color: '#557378'

red 85 ◦ green 115 ◦ blue 120

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

Shades of Blue Bayoux #557378

Tints of Blue Bayoux #557378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 26.56%
G = 35.94%
B = 37.5%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#557378 (or 0x557378) is known color: Blue Bayoux. HEX triplet: 55, 73 and 78. RGB value is (85,115,120). Sum of RGB (Red+Green+Blue) = 85+115+120=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #557378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557378 is #AA8C87. Grayscale: #6A6A6A. Windows color (decimal): -11177096 or 7893845. OLE color: 7893845.

HSL color Cylindrical-coordinate representation of color #557378: hue angle of 188.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557378 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 115 120 -
CMYK 0.29 0.04 0 0.53
HSL 188.57º 0.17% 0.4% -
HSV(B) 188.57º 0.29% 0.47% -
XYZ 13.27 15.55 20.07 -
YUV 106.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 85 115 120 0.29 0.04 0 0.53 188.57 0.17 0.4
Hex 55 73 78 1D 4 0 35 BD 11 28
Octal 125 163 170 35 4 0 65 275 21 50
Binary 1010101 1110011 1111000 11101 100 0 110101 10111101 10001 101000

Color Harmonies of #557378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557378

Black with #557378

Text Example


Text Example

White with #557378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557378; }

 p { color: rgb(85,115,120); }

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

background-color css

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

 a { background-color: rgb(85,115,120); }

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

border-color css

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

 span { border-color: rgb(85,115,120); }

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