Html Css Color HEX #5772AB San Marino

📋 copy color: '#5772AB'

red 87 ◦ green 114 ◦ blue 171

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

Shades of San Marino #5772AB

Tints of San Marino #5772AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 23.39%
G = 30.65%
B = 45.97%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5772AB (or 0x5772AB) is known color: San Marino. HEX triplet: 57, 72 and AB. RGB value is (87,114,171). Sum of RGB (Red+Green+Blue) = 87+114+171=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #5772AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5772AB is #A88D54. Grayscale: #707070. Windows color (decimal): -11046229 or 11235927. OLE color: 11235927.

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

Color convert

RGB 87 114 171 -
CMYK 0.49 0.33 0 0.33
HSL 220.71º 0.33% 0.51% -
HSV(B) 220.71º 0.49% 0.67% -
XYZ 17.3 17 40.9 -
YUV 112.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 87 114 171 0.49 0.33 0 0.33 220.71 0.33 0.51
Hex 57 72 AB 31 21 0 21 DD 21 33
Octal 127 162 253 61 41 0 41 335 41 63
Binary 1010111 1110010 10101011 110001 100001 0 100001 11011101 100001 110011

Color Harmonies of #5772AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5772AB

Black with #5772AB

Text Example


Text Example

White with #5772AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5772AB; }

 p { color: rgb(87,114,171); }

 H1.HeaderClassName
 {
   color: #5772AB;
 }
 .AnyTagClassName
 {
   color: #5772AB;
 }
</style>

background-color css

<style>
 a { background-color: #5772AB; }

 a { background-color: rgb(87,114,171); }

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

border-color css

<style>
 span { border-color: #5772AB; }

 span { border-color: rgb(87,114,171); }

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