Html Css Color HEX #586CA1 San Marino

📋 copy color: '#586CA1'

red 88 ◦ green 108 ◦ blue 161

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

Shades of San Marino #586CA1

Tints of San Marino #586CA1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 24.65%
G = 30.25%
B = 45.1%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#586CA1 (or 0x586CA1) is known color: San Marino. HEX triplet: 58, 6C and A1. RGB value is (88,108,161). Sum of RGB (Red+Green+Blue) = 88+108+161=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #586CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586CA1 is #A7935E. Grayscale: #6B6B6B. Windows color (decimal): -10982239 or 10579032. OLE color: 10579032.

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

Color convert

RGB 88 108 161 -
CMYK 0.45 0.33 0 0.37
HSL 223.56º 0.29% 0.49% -
HSV(B) 223.56º 0.45% 0.63% -
XYZ 15.82 15.37 35.85 -
YUV 108.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 88 108 161 0.45 0.33 0 0.37 223.56 0.29 0.49
Hex 58 6C A1 2D 21 0 25 E0 1D 31
Octal 130 154 241 55 41 0 45 340 35 61
Binary 1011000 1101100 10100001 101101 100001 0 100101 11100000 11101 110001

Color Harmonies of #586CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586CA1

Black with #586CA1

Text Example


Text Example

White with #586CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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