Html Css Color HEX #536F9D San Marino

📋 copy color: '#536F9D'

red 83 ◦ green 111 ◦ blue 157

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

Shades of San Marino #536F9D

Tints of San Marino #536F9D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 23.65%
G = 31.62%
B = 44.73%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#536F9D (or 0x536F9D) is known color: San Marino. HEX triplet: 53, 6F and 9D. RGB value is (83,111,157). Sum of RGB (Red+Green+Blue) = 83+111+157=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #536F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F9D is #AC9062. Grayscale: #6B6B6B. Windows color (decimal): -11309155 or 10317651. OLE color: 10317651.

HSL color Cylindrical-coordinate representation of color #536F9D: hue angle of 217.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #536F9D is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 111 157 -
CMYK 0.47 0.29 0 0.38
HSL 217.3º 0.31% 0.47% -
HSV(B) 217.3º 0.47% 0.62% -
XYZ 15.34 15.64 34.11 -
YUV 107.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 83 111 157 0.47 0.29 0 0.38 217.3 0.31 0.47
Hex 53 6F 9D 2F 1D 0 26 D9 1F 2F
Octal 123 157 235 57 35 0 46 331 37 57
Binary 1010011 1101111 10011101 101111 11101 0 100110 11011001 11111 101111

Color Harmonies of #536F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F9D

Black with #536F9D

Text Example


Text Example

White with #536F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,111,157); }

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

background-color css

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

 a { background-color: rgb(83,111,157); }

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

border-color css

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

 span { border-color: rgb(83,111,157); }

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