Html Css Color HEX #5E79AB San Marino

📋 copy color: '#5E79AB'

red 94 ◦ green 121 ◦ blue 171

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

Shades of San Marino #5E79AB

Tints of San Marino #5E79AB

RGB

 RED value IS 94 (37.11% from 255) = 24.35%

 GREEN value IS 121 (47.66% from 255) = 31.35%

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 24.35%
G = 31.35%
B = 44.3%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E79AB (or 0x5E79AB) is known color: San Marino. HEX triplet: 5E, 79 and AB. RGB value is (94,121,171). Sum of RGB (Red+Green+Blue) = 94+121+171=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E79AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E79AB is #A18654. Grayscale: #767676. Windows color (decimal): -10585685 or 11237726. OLE color: 11237726.

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

Color convert

RGB 94 121 171 -
CMYK 0.45 0.29 0 0.33
HSL 218.96º 0.31% 0.52% -
HSV(B) 218.96º 0.45% 0.67% -
XYZ 18.8 18.99 41.2 -
YUV 118.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 94 121 171 0.45 0.29 0 0.33 218.96 0.31 0.52
Hex 5E 79 AB 2D 1D 0 21 DB 1F 34
Octal 136 171 253 55 35 0 41 333 37 64
Binary 1011110 1111001 10101011 101101 11101 0 100001 11011011 11111 110100

Color Harmonies of #5E79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E79AB

Black with #5E79AB

Text Example


Text Example

White with #5E79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,121,171); }

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

background-color css

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

 a { background-color: rgb(94,121,171); }

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

border-color css

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

 span { border-color: rgb(94,121,171); }

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