Html Css Color HEX #536AAC San Marino

📋 copy color: '#536AAC'

red 83 ◦ green 106 ◦ blue 172

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

Shades of San Marino #536AAC

Tints of San Marino #536AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 22.99%
G = 29.36%
B = 47.65%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#536AAC (or 0x536AAC) is known color: San Marino. HEX triplet: 53, 6A and AC. RGB value is (83,106,172). Sum of RGB (Red+Green+Blue) = 83+106+172=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #536AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536AAC is #AC9553. Grayscale: #6A6A6A. Windows color (decimal): -11310420 or 11299411. OLE color: 11299411.

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

Color convert

RGB 83 106 172 -
CMYK 0.52 0.38 0 0.33
HSL 224.49º 0.35% 0.5% -
HSV(B) 224.49º 0.52% 0.67% -
XYZ 16.17 15.13 41.1 -
YUV 106.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 83 106 172 0.52 0.38 0 0.33 224.49 0.35 0.5
Hex 53 6A AC 34 26 0 21 E0 23 32
Octal 123 152 254 64 46 0 41 340 43 62
Binary 1010011 1101010 10101100 110100 100110 0 100001 11100000 100011 110010

Color Harmonies of #536AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536AAC

Black with #536AAC

Text Example


Text Example

White with #536AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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