Html Css Color HEX #58689F San Marino

📋 copy color: '#58689F'

red 88 ◦ green 104 ◦ blue 159

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

Shades of San Marino #58689F

Tints of San Marino #58689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

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

R = 25.07%
G = 29.63%
B = 45.3%

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

#58689F (or 0x58689F) is known color: San Marino. HEX triplet: 58, 68 and 9F. RGB value is (88,104,159). Sum of RGB (Red+Green+Blue) = 88+104+159=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #58689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58689F is #A79760. Grayscale: #696969. Windows color (decimal): -10983265 or 10446936. OLE color: 10446936.

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

Color convert

RGB 88 104 159 -
CMYK 0.45 0.35 0 0.38
HSL 226.48º 0.29% 0.48% -
HSV(B) 226.48º 0.45% 0.62% -
XYZ 15.23 14.48 34.79 -
YUV 105.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 88 104 159 0.45 0.35 0 0.38 226.48 0.29 0.48
Hex 58 68 9F 2D 23 0 26 E2 1D 30
Octal 130 150 237 55 43 0 46 342 35 60
Binary 1011000 1101000 10011111 101101 100011 0 100110 11100010 11101 110000

Color Harmonies of #58689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58689F

Black with #58689F

Text Example


Text Example

White with #58689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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