Html Css Color HEX #5C74AA San Marino

📋 copy color: '#5C74AA'

red 92 ◦ green 116 ◦ blue 170

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

Shades of San Marino #5C74AA

Tints of San Marino #5C74AA

RGB

 RED value IS 92 (36.33% from 255) = 24.34%

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 24.34%
G = 30.69%
B = 44.97%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C74AA (or 0x5C74AA) is known color: San Marino. HEX triplet: 5C, 74 and AA. RGB value is (92,116,170). Sum of RGB (Red+Green+Blue) = 92+116+170=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C74AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C74AA is #A38B55. Grayscale: #727272. Windows color (decimal): -10718038 or 11170908. OLE color: 11170908.

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

Color convert

RGB 92 116 170 -
CMYK 0.46 0.32 0 0.33
HSL 221.54º 0.31% 0.51% -
HSV(B) 221.54º 0.46% 0.67% -
XYZ 17.91 17.67 40.5 -
YUV 114.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 92 116 170 0.46 0.32 0 0.33 221.54 0.31 0.51
Hex 5C 74 AA 2E 20 0 21 DE 1F 33
Octal 134 164 252 56 40 0 41 336 37 63
Binary 1011100 1110100 10101010 101110 100000 0 100001 11011110 11111 110011

Color Harmonies of #5C74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C74AA

Black with #5C74AA

Text Example


Text Example

White with #5C74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,116,170); }

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

background-color css

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

 a { background-color: rgb(92,116,170); }

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

border-color css

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

 span { border-color: rgb(92,116,170); }

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