Html Css Color HEX #536296 San Marino

📋 copy color: '#536296'

red 83 ◦ green 98 ◦ blue 150

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

Shades of San Marino #536296

Tints of San Marino #536296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 25.08%
G = 29.61%
B = 45.32%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#536296 (or 0x536296) is known color: San Marino. HEX triplet: 53, 62 and 96. RGB value is (83,98,150). Sum of RGB (Red+Green+Blue) = 83+98+150=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #536296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536296 is #AC9D69. Grayscale: #636363. Windows color (decimal): -11312490 or 9855571. OLE color: 9855571.

HSL color Cylindrical-coordinate representation of color #536296: hue angle of 226.57º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #536296 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 98 150 -
CMYK 0.45 0.35 0 0.41
HSL 226.57º 0.29% 0.46% -
HSV(B) 226.57º 0.45% 0.59% -
XYZ 13.44 12.78 30.61 -
YUV 99.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 83 98 150 0.45 0.35 0 0.41 226.57 0.29 0.46
Hex 53 62 96 2D 23 0 29 E3 1D 2E
Octal 123 142 226 55 43 0 51 343 35 56
Binary 1010011 1100010 10010110 101101 100011 0 101001 11100011 11101 101110

Color Harmonies of #536296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536296

Black with #536296

Text Example


Text Example

White with #536296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536296; }

 p { color: rgb(83,98,150); }

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

background-color css

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

 a { background-color: rgb(83,98,150); }

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

border-color css

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

 span { border-color: rgb(83,98,150); }

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