Html Css Color HEX #557885 Blue Bayoux

📋 copy color: '#557885'

red 85 ◦ green 120 ◦ blue 133

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

Shades of Blue Bayoux #557885

Tints of Blue Bayoux #557885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.5%

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 25.15%
G = 35.5%
B = 39.35%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#557885 (or 0x557885) is known color: Blue Bayoux. HEX triplet: 55, 78 and 85. RGB value is (85,120,133). Sum of RGB (Red+Green+Blue) = 85+120+133=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #557885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557885 is #AA877A. Grayscale: #6E6E6E. Windows color (decimal): -11175803 or 8747093. OLE color: 8747093.

HSL color Cylindrical-coordinate representation of color #557885: hue angle of 196.25º 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 #557885 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 120 133 -
CMYK 0.36 0.10 0 0.48
HSL 196.25º 0.22% 0.43% -
HSV(B) 196.25º 0.36% 0.52% -
XYZ 14.7 17.06 24.71 -
YUV 111.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 85 120 133 0.36 0.10 0 0.48 196.25 0.22 0.43
Hex 55 78 85 24 A 0 30 C4 16 2B
Octal 125 170 205 44 12 0 60 304 26 53
Binary 1010101 1111000 10000101 100100 1010 0 110000 11000100 10110 101011

Color Harmonies of #557885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557885

Black with #557885

Text Example


Text Example

White with #557885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557885; }

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

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

background-color css

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

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

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

border-color css

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

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

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