Html Css Color HEX #536B9B San Marino

📋 copy color: '#536B9B'

red 83 ◦ green 107 ◦ blue 155

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

Shades of San Marino #536B9B

Tints of San Marino #536B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

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

R = 24.06%
G = 31.01%
B = 44.93%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#536B9B (or 0x536B9B) is known color: San Marino. HEX triplet: 53, 6B and 9B. RGB value is (83,107,155). Sum of RGB (Red+Green+Blue) = 83+107+155=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #536B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B9B is #AC9464. Grayscale: #696969. Windows color (decimal): -11310181 or 10185555. OLE color: 10185555.

HSL color Cylindrical-coordinate representation of color #536B9B: hue angle of 220º 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 #536B9B is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 107 155 -
CMYK 0.46 0.31 0 0.39
HSL 220º 0.3% 0.47% -
HSV(B) 220º 0.46% 0.61% -
XYZ 14.74 14.72 33.07 -
YUV 105.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 83 107 155 0.46 0.31 0 0.39 220 0.3 0.47
Hex 53 6B 9B 2E 1F 0 27 DC 1E 2F
Octal 123 153 233 56 37 0 47 334 36 57
Binary 1010011 1101011 10011011 101110 11111 0 100111 11011100 11110 101111

Color Harmonies of #536B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B9B

Black with #536B9B

Text Example


Text Example

White with #536B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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