Html Css Color HEX #536898 San Marino

📋 copy color: '#536898'

red 83 ◦ green 104 ◦ blue 152

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

Shades of San Marino #536898

Tints of San Marino #536898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 24.48%
G = 30.68%
B = 44.84%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#536898 (or 0x536898) is known color: San Marino. HEX triplet: 53, 68 and 98. RGB value is (83,104,152). Sum of RGB (Red+Green+Blue) = 83+104+152=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #536898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536898 is #AC9767. Grayscale: #666666. Windows color (decimal): -11310952 or 9988179. OLE color: 9988179.

HSL color Cylindrical-coordinate representation of color #536898: hue angle of 221.74º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #536898 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 104 152 -
CMYK 0.45 0.32 0 0.40
HSL 221.74º 0.29% 0.46% -
HSV(B) 221.74º 0.45% 0.6% -
XYZ 14.19 14.01 31.66 -
YUV 103.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 83 104 152 0.45 0.32 0 0.40 221.74 0.29 0.46
Hex 53 68 98 2D 20 0 28 DE 1D 2E
Octal 123 150 230 55 40 0 50 336 35 56
Binary 1010011 1101000 10011000 101101 100000 0 101000 11011110 11101 101110

Color Harmonies of #536898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536898

Black with #536898

Text Example


Text Example

White with #536898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536898; }

 p { color: rgb(83,104,152); }

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

background-color css

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

 a { background-color: rgb(83,104,152); }

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

border-color css

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

 span { border-color: rgb(83,104,152); }

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