Html Css Color HEX #536FA4 San Marino

📋 copy color: '#536FA4'

red 83 ◦ green 111 ◦ blue 164

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

Shades of San Marino #536FA4

Tints of San Marino #536FA4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 164 (64.45% from 255) = 45.81%

R = 23.18%
G = 31.01%
B = 45.81%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#536FA4 (or 0x536FA4) is known color: San Marino. HEX triplet: 53, 6F and A4. RGB value is (83,111,164). Sum of RGB (Red+Green+Blue) = 83+111+164=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #536FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536FA4 is #AC905B. Grayscale: #6C6C6C. Windows color (decimal): -11309148 or 10776403. OLE color: 10776403.

HSL color Cylindrical-coordinate representation of color #536FA4: hue angle of 219.26º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #536FA4 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 111 164 -
CMYK 0.49 0.32 0 0.36
HSL 219.26º 0.33% 0.48% -
HSV(B) 219.26º 0.49% 0.64% -
XYZ 15.95 15.89 37.35 -
YUV 108.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 83 111 164 0.49 0.32 0 0.36 219.26 0.33 0.48
Hex 53 6F A4 31 20 0 24 DB 21 30
Octal 123 157 244 61 40 0 44 333 41 60
Binary 1010011 1101111 10100100 110001 100000 0 100100 11011011 100001 110000

Color Harmonies of #536FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FA4

Black with #536FA4

Text Example


Text Example

White with #536FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,111,164); }

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

background-color css

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

 a { background-color: rgb(83,111,164); }

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

border-color css

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

 span { border-color: rgb(83,111,164); }

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