Html Css Color HEX #536799 San Marino

📋 copy color: '#536799'

red 83 ◦ green 103 ◦ blue 153

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

Shades of San Marino #536799

Tints of San Marino #536799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 24.48%
G = 30.38%
B = 45.13%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#536799 (or 0x536799) is known color: San Marino. HEX triplet: 53, 67 and 99. RGB value is (83,103,153). Sum of RGB (Red+Green+Blue) = 83+103+153=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #536799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536799 is #AC9866. Grayscale: #666666. Windows color (decimal): -11311207 or 10053459. OLE color: 10053459.

HSL color Cylindrical-coordinate representation of color #536799: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536799 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 103 153 -
CMYK 0.46 0.33 0 0.4
HSL 222.86º 0.3% 0.46% -
HSV(B) 222.86º 0.46% 0.6% -
XYZ 14.17 13.84 32.06 -
YUV 102.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 83 103 153 0.46 0.33 0 0.4 222.86 0.3 0.46
Hex 53 67 99 2E 21 0 28 DF 1E 2E
Octal 123 147 231 56 41 0 50 337 36 56
Binary 1010011 1100111 10011001 101110 100001 0 101000 11011111 11110 101110

Color Harmonies of #536799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536799

Black with #536799

Text Example


Text Example

White with #536799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536799; }

 p { color: rgb(83,103,153); }

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

background-color css

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

 a { background-color: rgb(83,103,153); }

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

border-color css

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

 span { border-color: rgb(83,103,153); }

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