Html Css Color HEX #536BAA San Marino

📋 copy color: '#536BAA'

red 83 ◦ green 107 ◦ blue 170

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

Shades of San Marino #536BAA

Tints of San Marino #536BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

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

R = 23.06%
G = 29.72%
B = 47.22%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#536BAA (or 0x536BAA) is known color: San Marino. HEX triplet: 53, 6B and AA. RGB value is (83,107,170). Sum of RGB (Red+Green+Blue) = 83+107+170=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #536BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536BAA is #AC9455. Grayscale: #6A6A6A. Windows color (decimal): -11310166 or 11168595. OLE color: 11168595.

HSL color Cylindrical-coordinate representation of color #536BAA: hue angle of 223.45º degrees, saturation: 0.34, 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 #536BAA is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 107 170 -
CMYK 0.51 0.37 0 0.33
HSL 223.45º 0.34% 0.5% -
HSV(B) 223.45º 0.51% 0.67% -
XYZ 16.08 15.26 40.13 -
YUV 107.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 83 107 170 0.51 0.37 0 0.33 223.45 0.34 0.5
Hex 53 6B AA 33 25 0 21 DF 22 32
Octal 123 153 252 63 45 0 41 337 42 62
Binary 1010011 1101011 10101010 110011 100101 0 100001 11011111 100010 110010

Color Harmonies of #536BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BAA

Black with #536BAA

Text Example


Text Example

White with #536BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,170); }

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

background-color css

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

 a { background-color: rgb(83,107,170); }

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

border-color css

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

 span { border-color: rgb(83,107,170); }

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