Html Css Color HEX #5B7AA5 San Marino

📋 copy color: '#5B7AA5'

red 91 ◦ green 122 ◦ blue 165

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

Shades of San Marino #5B7AA5

Tints of San Marino #5B7AA5

RGB

 RED value IS 91 (35.94% from 255) = 24.07%

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

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 24.07%
G = 32.28%
B = 43.65%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5B7AA5 (or 0x5B7AA5) is known color: San Marino. HEX triplet: 5B, 7A and A5. RGB value is (91,122,165). Sum of RGB (Red+Green+Blue) = 91+122+165=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #5B7AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7AA5 is #A4855A. Grayscale: #757575. Windows color (decimal): -10782043 or 10844763. OLE color: 10844763.

HSL color Cylindrical-coordinate representation of color #5B7AA5: hue angle of 214.86º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B7AA5 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 122 165 -
CMYK 0.45 0.26 0 0.35
HSL 214.86º 0.29% 0.5% -
HSV(B) 214.86º 0.45% 0.65% -
XYZ 18.07 18.86 38.29 -
YUV 117.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 91 122 165 0.45 0.26 0 0.35 214.86 0.29 0.5
Hex 5B 7A A5 2D 1A 0 23 D7 1D 32
Octal 133 172 245 55 32 0 43 327 35 62
Binary 1011011 1111010 10100101 101101 11010 0 100011 11010111 11101 110010

Color Harmonies of #5B7AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7AA5

Black with #5B7AA5

Text Example


Text Example

White with #5B7AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,122,165); }

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

background-color css

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

 a { background-color: rgb(91,122,165); }

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

border-color css

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

 span { border-color: rgb(91,122,165); }

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