Html Css Color HEX #536FA0 San Marino

📋 copy color: '#536FA0'

red 83 ◦ green 111 ◦ blue 160

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

Shades of San Marino #536FA0

Tints of San Marino #536FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 23.45%
G = 31.36%
B = 45.2%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#536FA0 (or 0x536FA0) is known color: San Marino. HEX triplet: 53, 6F and A0. RGB value is (83,111,160). Sum of RGB (Red+Green+Blue) = 83+111+160=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #536FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536FA0 is #AC905F. Grayscale: #6B6B6B. Windows color (decimal): -11309152 or 10514259. OLE color: 10514259.

HSL color Cylindrical-coordinate representation of color #536FA0: hue angle of 218.18º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #536FA0 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 111 160 -
CMYK 0.48 0.31 0 0.37
HSL 218.18º 0.32% 0.48% -
HSV(B) 218.18º 0.48% 0.63% -
XYZ 15.6 15.75 35.47 -
YUV 108.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 83 111 160 0.48 0.31 0 0.37 218.18 0.32 0.48
Hex 53 6F A0 30 1F 0 25 DA 20 30
Octal 123 157 240 60 37 0 45 332 40 60
Binary 1010011 1101111 10100000 110000 11111 0 100101 11011010 100000 110000

Color Harmonies of #536FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FA0

Black with #536FA0

Text Example


Text Example

White with #536FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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