Html Css Color HEX #557BA4 San Marino

📋 copy color: '#557BA4'

red 85 ◦ green 123 ◦ blue 164

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

Shades of San Marino #557BA4

Tints of San Marino #557BA4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.06%

 BLUE value IS 164 (64.45% from 255) = 44.09%

R = 22.85%
G = 33.06%
B = 44.09%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#557BA4 (or 0x557BA4) is known color: San Marino. HEX triplet: 55, 7B and A4. RGB value is (85,123,164). Sum of RGB (Red+Green+Blue) = 85+123+164=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #557BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BA4 is #AA845B. Grayscale: #747474. Windows color (decimal): -11175004 or 10779477. OLE color: 10779477.

HSL color Cylindrical-coordinate representation of color #557BA4: hue angle of 211.14º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557BA4 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 123 164 -
CMYK 0.48 0.25 0 0.36
HSL 211.14º 0.32% 0.49% -
HSV(B) 211.14º 0.48% 0.64% -
XYZ 17.53 18.78 37.82 -
YUV 116.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 85 123 164 0.48 0.25 0 0.36 211.14 0.32 0.49
Hex 55 7B A4 30 19 0 24 D3 20 31
Octal 125 173 244 60 31 0 44 323 40 61
Binary 1010101 1111011 10100100 110000 11001 0 100100 11010011 100000 110001

Color Harmonies of #557BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BA4

Black with #557BA4

Text Example


Text Example

White with #557BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,123,164); }

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

background-color css

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

 a { background-color: rgb(85,123,164); }

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

border-color css

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

 span { border-color: rgb(85,123,164); }

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