Html Css Color HEX #536497 San Marino

📋 copy color: '#536497'

red 83 ◦ green 100 ◦ blue 151

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

Shades of San Marino #536497

Tints of San Marino #536497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 24.85%
G = 29.94%
B = 45.21%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#536497 (or 0x536497) is known color: San Marino. HEX triplet: 53, 64 and 97. RGB value is (83,100,151). Sum of RGB (Red+Green+Blue) = 83+100+151=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #536497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536497 is #AC9B68. Grayscale: #646464. Windows color (decimal): -11311977 or 9921619. OLE color: 9921619.

HSL color Cylindrical-coordinate representation of color #536497: hue angle of 225º 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 #536497 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 100 151 -
CMYK 0.45 0.34 0 0.41
HSL 225º 0.29% 0.46% -
HSV(B) 225º 0.45% 0.59% -
XYZ 13.71 13.19 31.1 -
YUV 100.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 83 100 151 0.45 0.34 0 0.41 225 0.29 0.46
Hex 53 64 97 2D 22 0 29 E1 1D 2E
Octal 123 144 227 55 42 0 51 341 35 56
Binary 1010011 1100100 10010111 101101 100010 0 101001 11100001 11101 101110

Color Harmonies of #536497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536497

Black with #536497

Text Example


Text Example

White with #536497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536497; }

 p { color: rgb(83,100,151); }

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

background-color css

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

 a { background-color: rgb(83,100,151); }

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

border-color css

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

 span { border-color: rgb(83,100,151); }

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