Html Css Color HEX #58699E San Marino

📋 copy color: '#58699E'

red 88 ◦ green 105 ◦ blue 158

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

Shades of San Marino #58699E

Tints of San Marino #58699E

RGB

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

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

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

R = 25.07%
G = 29.91%
B = 45.01%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58699E (or 0x58699E) is known color: San Marino. HEX triplet: 58, 69 and 9E. RGB value is (88,105,158). Sum of RGB (Red+Green+Blue) = 88+105+158=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #58699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58699E is #A79661. Grayscale: #696969. Windows color (decimal): -10983010 or 10381656. OLE color: 10381656.

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

Color convert

RGB 88 105 158 -
CMYK 0.44 0.34 0 0.38
HSL 225.43º 0.28% 0.48% -
HSV(B) 225.43º 0.44% 0.62% -
XYZ 15.25 14.65 34.37 -
YUV 105.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 88 105 158 0.44 0.34 0 0.38 225.43 0.28 0.48
Hex 58 69 9E 2C 22 0 26 E1 1C 30
Octal 130 151 236 54 42 0 46 341 34 60
Binary 1011000 1101001 10011110 101100 100010 0 100110 11100001 11100 110000

Color Harmonies of #58699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58699E

Black with #58699E

Text Example


Text Example

White with #58699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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