Html Css Color HEX #586FAC San Marino

📋 copy color: '#586FAC'

red 88 ◦ green 111 ◦ blue 172

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

Shades of San Marino #586FAC

Tints of San Marino #586FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 23.72%
G = 29.92%
B = 46.36%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#586FAC (or 0x586FAC) is known color: San Marino. HEX triplet: 58, 6F and AC. RGB value is (88,111,172). Sum of RGB (Red+Green+Blue) = 88+111+172=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #586FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586FAC is #A79053. Grayscale: #6E6E6E. Windows color (decimal): -10981460 or 11300696. OLE color: 11300696.

HSL color Cylindrical-coordinate representation of color #586FAC: hue angle of 223.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #586FAC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 111 172 -
CMYK 0.49 0.35 0 0.33
HSL 223.57º 0.34% 0.51% -
HSV(B) 223.57º 0.49% 0.67% -
XYZ 17.16 16.42 41.3 -
YUV 111.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 88 111 172 0.49 0.35 0 0.33 223.57 0.34 0.51
Hex 58 6F AC 31 23 0 21 E0 22 33
Octal 130 157 254 61 43 0 41 340 42 63
Binary 1011000 1101111 10101100 110001 100011 0 100001 11100000 100010 110011

Color Harmonies of #586FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586FAC

Black with #586FAC

Text Example


Text Example

White with #586FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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