Html Css Color HEX #557B9C San Marino

📋 copy color: '#557B9C'

red 85 ◦ green 123 ◦ blue 156

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

Shades of San Marino #557B9C

Tints of San Marino #557B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 23.35%
G = 33.79%
B = 42.86%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#557B9C (or 0x557B9C) is known color: San Marino. HEX triplet: 55, 7B and 9C. RGB value is (85,123,156). Sum of RGB (Red+Green+Blue) = 85+123+156=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #557B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B9C is #AA8463. Grayscale: #737373. Windows color (decimal): -11175012 or 10255189. OLE color: 10255189.

HSL color Cylindrical-coordinate representation of color #557B9C: hue angle of 207.89º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #557B9C is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 123 156 -
CMYK 0.46 0.21 0 0.39
HSL 207.89º 0.29% 0.47% -
HSV(B) 207.89º 0.46% 0.61% -
XYZ 16.83 18.5 34.14 -
YUV 115.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 85 123 156 0.46 0.21 0 0.39 207.89 0.29 0.47
Hex 55 7B 9C 2E 15 0 27 D0 1D 2F
Octal 125 173 234 56 25 0 47 320 35 57
Binary 1010101 1111011 10011100 101110 10101 0 100111 11010000 11101 101111

Color Harmonies of #557B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B9C

Black with #557B9C

Text Example


Text Example

White with #557B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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