Html Css Color HEX #586AA0 San Marino

📋 copy color: '#586AA0'

red 88 ◦ green 106 ◦ blue 160

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

Shades of San Marino #586AA0

Tints of San Marino #586AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 24.86%
G = 29.94%
B = 45.2%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#586AA0 (or 0x586AA0) is known color: San Marino. HEX triplet: 58, 6A and A0. RGB value is (88,106,160). Sum of RGB (Red+Green+Blue) = 88+106+160=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #586AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586AA0 is #A7955F. Grayscale: #6A6A6A. Windows color (decimal): -10982752 or 10512984. OLE color: 10512984.

HSL color Cylindrical-coordinate representation of color #586AA0: hue angle of 225º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #586AA0 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 106 160 -
CMYK 0.45 0.34 0 0.37
HSL 225º 0.29% 0.49% -
HSV(B) 225º 0.45% 0.63% -
XYZ 15.52 14.92 35.32 -
YUV 106.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 88 106 160 0.45 0.34 0 0.37 225 0.29 0.49
Hex 58 6A A0 2D 22 0 25 E1 1D 31
Octal 130 152 240 55 42 0 45 341 35 61
Binary 1011000 1101010 10100000 101101 100010 0 100101 11100001 11101 110001

Color Harmonies of #586AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586AA0

Black with #586AA0

Text Example


Text Example

White with #586AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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