Html Css Color HEX #5F76A6 San Marino

📋 copy color: '#5F76A6'

red 95 ◦ green 118 ◦ blue 166

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

Shades of San Marino #5F76A6

Tints of San Marino #5F76A6

RGB

 RED value IS 95 (37.5% from 255) = 25.07%

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

 BLUE value IS 166 (65.23% from 255) = 43.8%

R = 25.07%
G = 31.13%
B = 43.8%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5F76A6 (or 0x5F76A6) is known color: San Marino. HEX triplet: 5F, 76 and A6. RGB value is (95,118,166). Sum of RGB (Red+Green+Blue) = 95+118+166=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #5F76A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F76A6 is #A08959. Grayscale: #747474. Windows color (decimal): -10520922 or 10909279. OLE color: 10909279.

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

Color convert

RGB 95 118 166 -
CMYK 0.43 0.29 0 0.35
HSL 220.56º 0.29% 0.51% -
HSV(B) 220.56º 0.43% 0.65% -
XYZ 18.08 18.14 38.63 -
YUV 116.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 95 118 166 0.43 0.29 0 0.35 220.56 0.29 0.51
Hex 5F 76 A6 2B 1D 0 23 DD 1D 33
Octal 137 166 246 53 35 0 43 335 35 63
Binary 1011111 1110110 10100110 101011 11101 0 100011 11011101 11101 110011

Color Harmonies of #5F76A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F76A6

Black with #5F76A6

Text Example


Text Example

White with #5F76A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,118,166); }

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

background-color css

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

 a { background-color: rgb(95,118,166); }

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

border-color css

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

 span { border-color: rgb(95,118,166); }

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