Html Css Color HEX #536AAB San Marino

📋 copy color: '#536AAB'

red 83 ◦ green 106 ◦ blue 171

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

Shades of San Marino #536AAB

Tints of San Marino #536AAB

RGB

 RED value IS 83 (32.81% from 255) = 23.06%

 GREEN value IS 106 (41.8% from 255) = 29.44%

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

R = 23.06%
G = 29.44%
B = 47.5%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#536AAB (or 0x536AAB) is known color: San Marino. HEX triplet: 53, 6A and AB. RGB value is (83,106,171). Sum of RGB (Red+Green+Blue) = 83+106+171=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #536AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536AAB is #AC9554. Grayscale: #6A6A6A. Windows color (decimal): -11310421 or 11233875. OLE color: 11233875.

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

Color convert

RGB 83 106 171 -
CMYK 0.51 0.38 0 0.33
HSL 224.32º 0.35% 0.5% -
HSV(B) 224.32º 0.51% 0.67% -
XYZ 16.07 15.09 40.59 -
YUV 106.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 83 106 171 0.51 0.38 0 0.33 224.32 0.35 0.5
Hex 53 6A AB 33 26 0 21 E0 23 32
Octal 123 152 253 63 46 0 41 340 43 62
Binary 1010011 1101010 10101011 110011 100110 0 100001 11100000 100011 110010

Color Harmonies of #536AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536AAB

Black with #536AAB

Text Example


Text Example

White with #536AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536AAB; }

 p { color: rgb(83,106,171); }

 H1.HeaderClassName
 {
   color: #536AAB;
 }
 .AnyTagClassName
 {
   color: #536AAB;
 }
</style>

background-color css

<style>
 a { background-color: #536AAB; }

 a { background-color: rgb(83,106,171); }

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

border-color css

<style>
 span { border-color: #536AAB; }

 span { border-color: rgb(83,106,171); }

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