Html Css Color HEX #586C9C San Marino

📋 copy color: '#586C9C'

red 88 ◦ green 108 ◦ blue 156

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

Shades of San Marino #586C9C

Tints of San Marino #586C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 25%
G = 30.68%
B = 44.32%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#586C9C (or 0x586C9C) is known color: San Marino. HEX triplet: 58, 6C and 9C. RGB value is (88,108,156). Sum of RGB (Red+Green+Blue) = 88+108+156=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #586C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C9C is #A79363. Grayscale: #6B6B6B. Windows color (decimal): -10982244 or 10251352. OLE color: 10251352.

HSL color Cylindrical-coordinate representation of color #586C9C: hue angle of 222.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #586C9C is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 108 156 -
CMYK 0.44 0.31 0 0.39
HSL 222.35º 0.28% 0.48% -
HSV(B) 222.35º 0.44% 0.61% -
XYZ 15.39 15.2 33.58 -
YUV 107.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 88 108 156 0.44 0.31 0 0.39 222.35 0.28 0.48
Hex 58 6C 9C 2C 1F 0 27 DE 1C 30
Octal 130 154 234 54 37 0 47 336 34 60
Binary 1011000 1101100 10011100 101100 11111 0 100111 11011110 11100 110000

Color Harmonies of #586C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586C9C

Black with #586C9C

Text Example


Text Example

White with #586C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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