Html Css Color HEX #586FA5 San Marino

📋 copy color: '#586FA5'

red 88 ◦ green 111 ◦ blue 165

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

Shades of San Marino #586FA5

Tints of San Marino #586FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

 BLUE value IS 165 (64.84% from 255) = 45.33%

R = 24.18%
G = 30.49%
B = 45.33%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#586FA5 (or 0x586FA5) is known color: San Marino. HEX triplet: 58, 6F and A5. RGB value is (88,111,165). Sum of RGB (Red+Green+Blue) = 88+111+165=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #586FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586FA5 is #A7905A. Grayscale: #6E6E6E. Windows color (decimal): -10981467 or 10841944. OLE color: 10841944.

HSL color Cylindrical-coordinate representation of color #586FA5: hue angle of 222.08º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #586FA5 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 111 165 -
CMYK 0.47 0.33 0 0.35
HSL 222.08º 0.3% 0.5% -
HSV(B) 222.08º 0.47% 0.65% -
XYZ 16.5 16.16 37.85 -
YUV 110.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 88 111 165 0.47 0.33 0 0.35 222.08 0.3 0.5
Hex 58 6F A5 2F 21 0 23 DE 1E 32
Octal 130 157 245 57 41 0 43 336 36 62
Binary 1011000 1101111 10100101 101111 100001 0 100011 11011110 11110 110010

Color Harmonies of #586FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586FA5

Black with #586FA5

Text Example


Text Example

White with #586FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,111,165); }

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

background-color css

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

 a { background-color: rgb(88,111,165); }

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

border-color css

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

 span { border-color: rgb(88,111,165); }

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