Html Css Color HEX #536AAD San Marino

📋 copy color: '#536AAD'

red 83 ◦ green 106 ◦ blue 173

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

Shades of San Marino #536AAD

Tints of San Marino #536AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 22.93%
G = 29.28%
B = 47.79%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#536AAD (or 0x536AAD) is known color: San Marino. HEX triplet: 53, 6A and AD. RGB value is (83,106,173). Sum of RGB (Red+Green+Blue) = 83+106+173=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #536AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536AAD is #AC9552. Grayscale: #6A6A6A. Windows color (decimal): -11310419 or 11364947. OLE color: 11364947.

HSL color Cylindrical-coordinate representation of color #536AAD: hue angle of 224.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #536AAD is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 106 173 -
CMYK 0.52 0.39 0 0.32
HSL 224.67º 0.35% 0.5% -
HSV(B) 224.67º 0.52% 0.68% -
XYZ 16.26 15.16 41.6 -
YUV 106.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 83 106 173 0.52 0.39 0 0.32 224.67 0.35 0.5
Hex 53 6A AD 34 27 0 20 E1 23 32
Octal 123 152 255 64 47 0 40 341 43 62
Binary 1010011 1101010 10101101 110100 100111 0 100000 11100001 100011 110010

Color Harmonies of #536AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536AAD

Black with #536AAD

Text Example


Text Example

White with #536AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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