Html Css Color HEX #536BAE San Marino

📋 copy color: '#536BAE'

red 83 ◦ green 107 ◦ blue 174

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

Shades of San Marino #536BAE

Tints of San Marino #536BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.8%

R = 22.8%
G = 29.4%
B = 47.8%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#536BAE (or 0x536BAE) is known color: San Marino. HEX triplet: 53, 6B and AE. RGB value is (83,107,174). Sum of RGB (Red+Green+Blue) = 83+107+174=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #536BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536BAE is #AC9451. Grayscale: #6B6B6B. Windows color (decimal): -11310162 or 11430739. OLE color: 11430739.

HSL color Cylindrical-coordinate representation of color #536BAE: hue angle of 224.18º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #536BAE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 107 174 -
CMYK 0.52 0.39 0 0.32
HSL 224.18º 0.36% 0.5% -
HSV(B) 224.18º 0.52% 0.68% -
XYZ 16.46 15.41 42.15 -
YUV 107.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 83 107 174 0.52 0.39 0 0.32 224.18 0.36 0.5
Hex 53 6B AE 34 27 0 20 E0 24 32
Octal 123 153 256 64 47 0 40 340 44 62
Binary 1010011 1101011 10101110 110100 100111 0 100000 11100000 100100 110010

Color Harmonies of #536BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BAE

Black with #536BAE

Text Example


Text Example

White with #536BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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