Html Css Color HEX #5D7AAA San Marino

📋 copy color: '#5D7AAA'

red 93 ◦ green 122 ◦ blue 170

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

Shades of San Marino #5D7AAA

Tints of San Marino #5D7AAA

RGB

 RED value IS 93 (36.72% from 255) = 24.16%

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 24.16%
G = 31.69%
B = 44.16%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D7AAA (or 0x5D7AAA) is known color: San Marino. HEX triplet: 5D, 7A and AA. RGB value is (93,122,170). Sum of RGB (Red+Green+Blue) = 93+122+170=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7AAA is #A28555. Grayscale: #767676. Windows color (decimal): -10650966 or 11172445. OLE color: 11172445.

HSL color Cylindrical-coordinate representation of color #5D7AAA: hue angle of 217.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D7AAA is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 122 170 -
CMYK 0.45 0.28 0 0.33
HSL 217.4º 0.31% 0.52% -
HSV(B) 217.4º 0.45% 0.67% -
XYZ 18.73 19.15 40.74 -
YUV 118.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 93 122 170 0.45 0.28 0 0.33 217.4 0.31 0.52
Hex 5D 7A AA 2D 1C 0 21 D9 1F 34
Octal 135 172 252 55 34 0 41 331 37 64
Binary 1011101 1111010 10101010 101101 11100 0 100001 11011001 11111 110100

Color Harmonies of #5D7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7AAA

Black with #5D7AAA

Text Example


Text Example

White with #5D7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D7AAA; }

 p { color: rgb(93,122,170); }

 H1.HeaderClassName
 {
   color: #5D7AAA;
 }
 .AnyTagClassName
 {
   color: #5D7AAA;
 }
</style>

background-color css

<style>
 a { background-color: #5D7AAA; }

 a { background-color: rgb(93,122,170); }

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

border-color css

<style>
 span { border-color: #5D7AAA; }

 span { border-color: rgb(93,122,170); }

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