Html Css Color HEX #586FA1 San Marino

📋 copy color: '#586FA1'

red 88 ◦ green 111 ◦ blue 161

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

Shades of San Marino #586FA1

Tints of San Marino #586FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 24.44%
G = 30.83%
B = 44.72%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#586FA1 (or 0x586FA1) is known color: San Marino. HEX triplet: 58, 6F and A1. RGB value is (88,111,161). Sum of RGB (Red+Green+Blue) = 88+111+161=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 161 - color contains mainly: blue. Hex color #586FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586FA1 is #A7905E. Grayscale: #6D6D6D. Windows color (decimal): -10981471 or 10579800. OLE color: 10579800.

HSL color Cylindrical-coordinate representation of color #586FA1: hue angle of 221.1º 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 #586FA1 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 111 161 -
CMYK 0.45 0.31 0 0.37
HSL 221.1º 0.29% 0.49% -
HSV(B) 221.1º 0.45% 0.63% -
XYZ 16.14 16.02 35.96 -
YUV 109.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 88 111 161 0.45 0.31 0 0.37 221.1 0.29 0.49
Hex 58 6F A1 2D 1F 0 25 DD 1D 31
Octal 130 157 241 55 37 0 45 335 35 61
Binary 1011000 1101111 10100001 101101 11111 0 100101 11011101 11101 110001

Color Harmonies of #586FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586FA1

Black with #586FA1

Text Example


Text Example

White with #586FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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