Html Css Color HEX #557298 San Marino

📋 copy color: '#557298'

red 85 ◦ green 114 ◦ blue 152

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

Shades of San Marino #557298

Tints of San Marino #557298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

 BLUE value IS 152 (59.77% from 255) = 43.3%

R = 24.22%
G = 32.48%
B = 43.3%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#557298 (or 0x557298) is known color: San Marino. HEX triplet: 55, 72 and 98. RGB value is (85,114,152). Sum of RGB (Red+Green+Blue) = 85+114+152=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #557298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557298 is #AA8D67. Grayscale: #6D6D6D. Windows color (decimal): -11177320 or 9990741. OLE color: 9990741.

HSL color Cylindrical-coordinate representation of color #557298: hue angle of 214.03º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557298 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 114 152 -
CMYK 0.44 0.25 0 0.40
HSL 214.03º 0.28% 0.46% -
HSV(B) 214.03º 0.44% 0.6% -
XYZ 15.43 16.23 32.03 -
YUV 109.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 85 114 152 0.44 0.25 0 0.40 214.03 0.28 0.46
Hex 55 72 98 2C 19 0 28 D6 1C 2E
Octal 125 162 230 54 31 0 50 326 34 56
Binary 1010101 1110010 10011000 101100 11001 0 101000 11010110 11100 101110

Color Harmonies of #557298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557298

Black with #557298

Text Example


Text Example

White with #557298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557298; }

 p { color: rgb(85,114,152); }

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

background-color css

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

 a { background-color: rgb(85,114,152); }

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

border-color css

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

 span { border-color: rgb(85,114,152); }

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