Html Css Color HEX #5B76AC San Marino

📋 copy color: '#5B76AC'

red 91 ◦ green 118 ◦ blue 172

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

Shades of San Marino #5B76AC

Tints of San Marino #5B76AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 23.88%
G = 30.97%
B = 45.14%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B76AC (or 0x5B76AC) is known color: San Marino. HEX triplet: 5B, 76 and AC. RGB value is (91,118,172). Sum of RGB (Red+Green+Blue) = 91+118+172=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B76AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B76AC is #A48953. Grayscale: #737373. Windows color (decimal): -10783060 or 11302491. OLE color: 11302491.

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

Color convert

RGB 91 118 172 -
CMYK 0.47 0.31 0 0.33
HSL 220º 0.33% 0.52% -
HSV(B) 220º 0.47% 0.67% -
XYZ 18.24 18.16 41.57 -
YUV 116.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 91 118 172 0.47 0.31 0 0.33 220 0.33 0.52
Hex 5B 76 AC 2F 1F 0 21 DC 21 34
Octal 133 166 254 57 37 0 41 334 41 64
Binary 1011011 1110110 10101100 101111 11111 0 100001 11011100 100001 110100

Color Harmonies of #5B76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B76AC

Black with #5B76AC

Text Example


Text Example

White with #5B76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,118,172); }

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

background-color css

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

 a { background-color: rgb(91,118,172); }

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

border-color css

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

 span { border-color: rgb(91,118,172); }

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