Html Css Color HEX #58679F San Marino

📋 copy color: '#58679F'

red 88 ◦ green 103 ◦ blue 159

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

Shades of San Marino #58679F

Tints of San Marino #58679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 25.14%
G = 29.43%
B = 45.43%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58679F (or 0x58679F) is known color: San Marino. HEX triplet: 58, 67 and 9F. RGB value is (88,103,159). Sum of RGB (Red+Green+Blue) = 88+103+159=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #58679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58679F is #A79860. Grayscale: #686868. Windows color (decimal): -10983521 or 10446680. OLE color: 10446680.

HSL color Cylindrical-coordinate representation of color #58679F: hue angle of 227.32º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58679F is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 103 159 -
CMYK 0.45 0.35 0 0.38
HSL 227.32º 0.29% 0.48% -
HSV(B) 227.32º 0.45% 0.62% -
XYZ 15.13 14.28 34.76 -
YUV 104.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 88 103 159 0.45 0.35 0 0.38 227.32 0.29 0.48
Hex 58 67 9F 2D 23 0 26 E3 1D 30
Octal 130 147 237 55 43 0 46 343 35 60
Binary 1011000 1100111 10011111 101101 100011 0 100110 11100011 11101 110000

Color Harmonies of #58679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58679F

Black with #58679F

Text Example


Text Example

White with #58679F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58679F; }

 p { color: rgb(88,103,159); }

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

background-color css

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

 a { background-color: rgb(88,103,159); }

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

border-color css

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

 span { border-color: rgb(88,103,159); }

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