Html Css Color HEX #5774A6 San Marino

📋 copy color: '#5774A6'

red 87 ◦ green 116 ◦ blue 166

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

Shades of San Marino #5774A6

Tints of San Marino #5774A6

RGB

 RED value IS 87 (34.38% from 255) = 23.58%

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 23.58%
G = 31.44%
B = 44.99%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5774A6 (or 0x5774A6) is known color: San Marino. HEX triplet: 57, 74 and A6. RGB value is (87,116,166). Sum of RGB (Red+Green+Blue) = 87+116+166=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #5774A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5774A6 is #A88B59. Grayscale: #707070. Windows color (decimal): -11045722 or 10908759. OLE color: 10908759.

HSL color Cylindrical-coordinate representation of color #5774A6: hue angle of 217.97º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5774A6 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 87 116 166 -
CMYK 0.48 0.30 0 0.35
HSL 217.97º 0.31% 0.5% -
HSV(B) 217.97º 0.48% 0.65% -
XYZ 17.06 17.27 38.51 -
YUV 113.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 87 116 166 0.48 0.30 0 0.35 217.97 0.31 0.5
Hex 57 74 A6 30 1E 0 23 DA 1F 32
Octal 127 164 246 60 36 0 43 332 37 62
Binary 1010111 1110100 10100110 110000 11110 0 100011 11011010 11111 110010

Color Harmonies of #5774A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5774A6

Black with #5774A6

Text Example


Text Example

White with #5774A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5774A6; }

 p { color: rgb(87,116,166); }

 H1.HeaderClassName
 {
   color: #5774A6;
 }
 .AnyTagClassName
 {
   color: #5774A6;
 }
</style>

background-color css

<style>
 a { background-color: #5774A6; }

 a { background-color: rgb(87,116,166); }

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

border-color css

<style>
 span { border-color: #5774A6; }

 span { border-color: rgb(87,116,166); }

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