Html Css Color HEX #586A9D San Marino

📋 copy color: '#586A9D'

red 88 ◦ green 106 ◦ blue 157

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

Shades of San Marino #586A9D

Tints of San Marino #586A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 25.07%
G = 30.2%
B = 44.73%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#586A9D (or 0x586A9D) is known color: San Marino. HEX triplet: 58, 6A and 9D. RGB value is (88,106,157). Sum of RGB (Red+Green+Blue) = 88+106+157=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #586A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A9D is #A79562. Grayscale: #6A6A6A. Windows color (decimal): -10982755 or 10316376. OLE color: 10316376.

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

Color convert

RGB 88 106 157 -
CMYK 0.44 0.32 0 0.38
HSL 224.35º 0.28% 0.48% -
HSV(B) 224.35º 0.44% 0.62% -
XYZ 15.26 14.82 33.95 -
YUV 106.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 88 106 157 0.44 0.32 0 0.38 224.35 0.28 0.48
Hex 58 6A 9D 2C 20 0 26 E0 1C 30
Octal 130 152 235 54 40 0 46 340 34 60
Binary 1011000 1101010 10011101 101100 100000 0 100110 11100000 11100 110000

Color Harmonies of #586A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A9D

Black with #586A9D

Text Example


Text Example

White with #586A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586A9D; }

 p { color: rgb(88,106,157); }

 H1.HeaderClassName
 {
   color: #586A9D;
 }
 .AnyTagClassName
 {
   color: #586A9D;
 }
</style>

background-color css

<style>
 a { background-color: #586A9D; }

 a { background-color: rgb(88,106,157); }

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

border-color css

<style>
 span { border-color: #586A9D; }

 span { border-color: rgb(88,106,157); }

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