Html Css Color HEX #536C9B San Marino

📋 copy color: '#536C9B'

red 83 ◦ green 108 ◦ blue 155

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

Shades of San Marino #536C9B

Tints of San Marino #536C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.21%

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 23.99%
G = 31.21%
B = 44.8%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#536C9B (or 0x536C9B) is known color: San Marino. HEX triplet: 53, 6C and 9B. RGB value is (83,108,155). Sum of RGB (Red+Green+Blue) = 83+108+155=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #536C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C9B is #AC9364. Grayscale: #696969. Windows color (decimal): -11309925 or 10185811. OLE color: 10185811.

HSL color Cylindrical-coordinate representation of color #536C9B: hue angle of 219.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536C9B is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 108 155 -
CMYK 0.46 0.30 0 0.39
HSL 219.17º 0.3% 0.47% -
HSV(B) 219.17º 0.46% 0.61% -
XYZ 14.85 14.93 33.11 -
YUV 105.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 83 108 155 0.46 0.30 0 0.39 219.17 0.3 0.47
Hex 53 6C 9B 2E 1E 0 27 DB 1E 2F
Octal 123 154 233 56 36 0 47 333 36 57
Binary 1010011 1101100 10011011 101110 11110 0 100111 11011011 11110 101111

Color Harmonies of #536C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C9B

Black with #536C9B

Text Example


Text Example

White with #536C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,108,155); }

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

background-color css

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

 a { background-color: rgb(83,108,155); }

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

border-color css

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

 span { border-color: rgb(83,108,155); }

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