Html Css Color HEX #58749E San Marino

📋 copy color: '#58749E'

red 88 ◦ green 116 ◦ blue 158

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

Shades of San Marino #58749E

Tints of San Marino #58749E

RGB

 RED value IS 88 (34.77% from 255) = 24.31%

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

 BLUE value IS 158 (62.11% from 255) = 43.65%

R = 24.31%
G = 32.04%
B = 43.65%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58749E (or 0x58749E) is known color: San Marino. HEX triplet: 58, 74 and 9E. RGB value is (88,116,158). Sum of RGB (Red+Green+Blue) = 88+116+158=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #58749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58749E is #A78B61. Grayscale: #707070. Windows color (decimal): -10980194 or 10384472. OLE color: 10384472.

HSL color Cylindrical-coordinate representation of color #58749E: hue angle of 216º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58749E is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 116 158 -
CMYK 0.44 0.27 0 0.38
HSL 216º 0.28% 0.48% -
HSV(B) 216º 0.44% 0.62% -
XYZ 16.44 17.03 34.77 -
YUV 112.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 88 116 158 0.44 0.27 0 0.38 216 0.28 0.48
Hex 58 74 9E 2C 1B 0 26 D8 1C 30
Octal 130 164 236 54 33 0 46 330 34 60
Binary 1011000 1110100 10011110 101100 11011 0 100110 11011000 11100 110000

Color Harmonies of #58749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58749E

Black with #58749E

Text Example


Text Example

White with #58749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58749E; }

 p { color: rgb(88,116,158); }

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

background-color css

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

 a { background-color: rgb(88,116,158); }

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

border-color css

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

 span { border-color: rgb(88,116,158); }

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