Html Css Color HEX #557482 Blue Bayoux

📋 copy color: '#557482'

red 85 ◦ green 116 ◦ blue 130

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

Shades of Blue Bayoux #557482

Tints of Blue Bayoux #557482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

 BLUE value IS 130 (51.17% from 255) = 39.27%

R = 25.68%
G = 35.05%
B = 39.27%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557482 (or 0x557482) is known color: Blue Bayoux. HEX triplet: 55, 74 and 82. RGB value is (85,116,130). Sum of RGB (Red+Green+Blue) = 85+116+130=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #557482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557482 is #AA8B7D. Grayscale: #6C6C6C. Windows color (decimal): -11176830 or 8549461. OLE color: 8549461.

HSL color Cylindrical-coordinate representation of color #557482: hue angle of 198.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557482 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 116 130 -
CMYK 0.35 0.11 0 0.49
HSL 198.67º 0.21% 0.42% -
HSV(B) 198.67º 0.35% 0.51% -
XYZ 14.02 16.03 23.47 -
YUV 108.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 85 116 130 0.35 0.11 0 0.49 198.67 0.21 0.42
Hex 55 74 82 23 B 0 31 C7 15 2A
Octal 125 164 202 43 13 0 61 307 25 52
Binary 1010101 1110100 10000010 100011 1011 0 110001 11000111 10101 101010

Color Harmonies of #557482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557482

Black with #557482

Text Example


Text Example

White with #557482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557482; }

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

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

background-color css

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

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

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

border-color css

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

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

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