Html Css Color HEX #557585 Blue Bayoux

📋 copy color: '#557585'

red 85 ◦ green 117 ◦ blue 133

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

Shades of Blue Bayoux #557585

Tints of Blue Bayoux #557585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

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

R = 25.37%
G = 34.93%
B = 39.7%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#557585 (or 0x557585) is known color: Blue Bayoux. HEX triplet: 55, 75 and 85. RGB value is (85,117,133). Sum of RGB (Red+Green+Blue) = 85+117+133=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #557585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557585 is #AA8A7A. Grayscale: #6D6D6D. Windows color (decimal): -11176571 or 8746325. OLE color: 8746325.

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

Color convert

RGB 85 117 133 -
CMYK 0.36 0.12 0 0.48
HSL 200º 0.22% 0.43% -
HSV(B) 200º 0.36% 0.52% -
XYZ 14.34 16.35 24.59 -
YUV 109.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 85 117 133 0.36 0.12 0 0.48 200 0.22 0.43
Hex 55 75 85 24 C 0 30 C8 16 2B
Octal 125 165 205 44 14 0 60 310 26 53
Binary 1010101 1110101 10000101 100100 1100 0 110000 11001000 10110 101011

Color Harmonies of #557585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557585

Black with #557585

Text Example


Text Example

White with #557585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557585; }

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

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

background-color css

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

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

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

border-color css

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

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

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