Html Css Color HEX #53669E San Marino

📋 copy color: '#53669E'

red 83 ◦ green 102 ◦ blue 158

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

Shades of San Marino #53669E

Tints of San Marino #53669E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 24.2%
G = 29.74%
B = 46.06%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53669E (or 0x53669E) is known color: San Marino. HEX triplet: 53, 66 and 9E. RGB value is (83,102,158). Sum of RGB (Red+Green+Blue) = 83+102+158=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #53669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53669E is #AC9961. Grayscale: #666666. Windows color (decimal): -11311458 or 10380883. OLE color: 10380883.

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

Color convert

RGB 83 102 158 -
CMYK 0.47 0.35 0 0.38
HSL 224.8º 0.31% 0.47% -
HSV(B) 224.8º 0.47% 0.62% -
XYZ 14.49 13.81 34.25 -
YUV 102.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 83 102 158 0.47 0.35 0 0.38 224.8 0.31 0.47
Hex 53 66 9E 2F 23 0 26 E1 1F 2F
Octal 123 146 236 57 43 0 46 341 37 57
Binary 1010011 1100110 10011110 101111 100011 0 100110 11100001 11111 101111

Color Harmonies of #53669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53669E

Black with #53669E

Text Example


Text Example

White with #53669E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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