Html Css Color HEX #58699F San Marino

📋 copy color: '#58699F'

red 88 ◦ green 105 ◦ blue 159

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

Shades of San Marino #58699F

Tints of San Marino #58699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.83%

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

R = 25%
G = 29.83%
B = 45.17%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58699F (or 0x58699F) is known color: San Marino. HEX triplet: 58, 69 and 9F. RGB value is (88,105,159). Sum of RGB (Red+Green+Blue) = 88+105+159=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #58699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58699F is #A79660. Grayscale: #696969. Windows color (decimal): -10983009 or 10447192. OLE color: 10447192.

HSL color Cylindrical-coordinate representation of color #58699F: hue angle of 225.63º 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 #58699F is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 105 159 -
CMYK 0.45 0.34 0 0.38
HSL 225.63º 0.29% 0.48% -
HSV(B) 225.63º 0.45% 0.62% -
XYZ 15.33 14.68 34.83 -
YUV 106.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 88 105 159 0.45 0.34 0 0.38 225.63 0.29 0.48
Hex 58 69 9F 2D 22 0 26 E2 1D 30
Octal 130 151 237 55 42 0 46 342 35 60
Binary 1011000 1101001 10011111 101101 100010 0 100110 11100010 11101 110000

Color Harmonies of #58699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58699F

Black with #58699F

Text Example


Text Example

White with #58699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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