Html Css Color HEX #53669F San Marino

📋 copy color: '#53669F'

red 83 ◦ green 102 ◦ blue 159

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

Shades of San Marino #53669F

Tints of San Marino #53669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 24.13%
G = 29.65%
B = 46.22%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53669F (or 0x53669F) is known color: San Marino. HEX triplet: 53, 66 and 9F. RGB value is (83,102,159). Sum of RGB (Red+Green+Blue) = 83+102+159=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #53669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53669F is #AC9960. Grayscale: #666666. Windows color (decimal): -11311457 or 10446419. OLE color: 10446419.

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

Color convert

RGB 83 102 159 -
CMYK 0.48 0.36 0 0.38
HSL 225º 0.31% 0.47% -
HSV(B) 225º 0.48% 0.62% -
XYZ 14.58 13.84 34.7 -
YUV 102.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 83 102 159 0.48 0.36 0 0.38 225 0.31 0.47
Hex 53 66 9F 30 24 0 26 E1 1F 2F
Octal 123 146 237 60 44 0 46 341 37 57
Binary 1010011 1100110 10011111 110000 100100 0 100110 11100001 11111 101111

Color Harmonies of #53669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53669F

Black with #53669F

Text Example


Text Example

White with #53669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53669F; }

 p { color: rgb(83,102,159); }

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

background-color css

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

 a { background-color: rgb(83,102,159); }

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

border-color css

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

 span { border-color: rgb(83,102,159); }

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