Html Css Color HEX #536398 San Marino

📋 copy color: '#536398'

red 83 ◦ green 99 ◦ blue 152

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

Shades of San Marino #536398

Tints of San Marino #536398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 24.85%
G = 29.64%
B = 45.51%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#536398 (or 0x536398) is known color: San Marino. HEX triplet: 53, 63 and 98. RGB value is (83,99,152). Sum of RGB (Red+Green+Blue) = 83+99+152=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #536398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536398 is #AC9C67. Grayscale: #646464. Windows color (decimal): -11312232 or 9986899. OLE color: 9986899.

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

Color convert

RGB 83 99 152 -
CMYK 0.45 0.35 0 0.40
HSL 226.09º 0.29% 0.46% -
HSV(B) 226.09º 0.45% 0.6% -
XYZ 13.7 13.03 31.5 -
YUV 100.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 83 99 152 0.45 0.35 0 0.40 226.09 0.29 0.46
Hex 53 63 98 2D 23 0 28 E2 1D 2E
Octal 123 143 230 55 43 0 50 342 35 56
Binary 1010011 1100011 10011000 101101 100011 0 101000 11100010 11101 101110

Color Harmonies of #536398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536398

Black with #536398

Text Example


Text Example

White with #536398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536398; }

 p { color: rgb(83,99,152); }

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

background-color css

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

 a { background-color: rgb(83,99,152); }

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

border-color css

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

 span { border-color: rgb(83,99,152); }

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