Html Css Color HEX #536B9A San Marino

📋 copy color: '#536B9A'

red 83 ◦ green 107 ◦ blue 154

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

Shades of San Marino #536B9A

Tints of San Marino #536B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.77%

R = 24.13%
G = 31.1%
B = 44.77%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#536B9A (or 0x536B9A) is known color: San Marino. HEX triplet: 53, 6B and 9A. RGB value is (83,107,154). Sum of RGB (Red+Green+Blue) = 83+107+154=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #536B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B9A is #AC9465. Grayscale: #686868. Windows color (decimal): -11310182 or 10120019. OLE color: 10120019.

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

Color convert

RGB 83 107 154 -
CMYK 0.46 0.31 0 0.40
HSL 219.72º 0.3% 0.46% -
HSV(B) 219.72º 0.46% 0.6% -
XYZ 14.66 14.69 32.63 -
YUV 105.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 83 107 154 0.46 0.31 0 0.40 219.72 0.3 0.46
Hex 53 6B 9A 2E 1F 0 28 DC 1E 2E
Octal 123 153 232 56 37 0 50 334 36 56
Binary 1010011 1101011 10011010 101110 11111 0 101000 11011100 11110 101110

Color Harmonies of #536B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B9A

Black with #536B9A

Text Example


Text Example

White with #536B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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