Html Css Color HEX #536F9C San Marino

📋 copy color: '#536F9C'

red 83 ◦ green 111 ◦ blue 156

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

Shades of San Marino #536F9C

Tints of San Marino #536F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 23.71%
G = 31.71%
B = 44.57%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#536F9C (or 0x536F9C) is known color: San Marino. HEX triplet: 53, 6F and 9C. RGB value is (83,111,156). Sum of RGB (Red+Green+Blue) = 83+111+156=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #536F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F9C is #AC9063. Grayscale: #6B6B6B. Windows color (decimal): -11309156 or 10252115. OLE color: 10252115.

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

Color convert

RGB 83 111 156 -
CMYK 0.47 0.29 0 0.39
HSL 216.99º 0.31% 0.47% -
HSV(B) 216.99º 0.47% 0.61% -
XYZ 15.25 15.61 33.66 -
YUV 107.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 83 111 156 0.47 0.29 0 0.39 216.99 0.31 0.47
Hex 53 6F 9C 2F 1D 0 27 D9 1F 2F
Octal 123 157 234 57 35 0 47 331 37 57
Binary 1010011 1101111 10011100 101111 11101 0 100111 11011001 11111 101111

Color Harmonies of #536F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F9C

Black with #536F9C

Text Example


Text Example

White with #536F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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