Html Css Color HEX #53669D San Marino

📋 copy color: '#53669D'

red 83 ◦ green 102 ◦ blue 157

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

Shades of San Marino #53669D

Tints of San Marino #53669D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.91%

R = 24.27%
G = 29.82%
B = 45.91%

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

#53669D (or 0x53669D) is known color: San Marino. HEX triplet: 53, 66 and 9D. RGB value is (83,102,157). Sum of RGB (Red+Green+Blue) = 83+102+157=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #53669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53669D is #AC9962. Grayscale: #666666. Windows color (decimal): -11311459 or 10315347. OLE color: 10315347.

HSL color Cylindrical-coordinate representation of color #53669D: hue angle of 224.59º 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 #53669D is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 102 157 -
CMYK 0.47 0.35 0 0.38
HSL 224.59º 0.31% 0.47% -
HSV(B) 224.59º 0.47% 0.62% -
XYZ 14.4 13.78 33.8 -
YUV 102.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 83 102 157 0.47 0.35 0 0.38 224.59 0.31 0.47
Hex 53 66 9D 2F 23 0 26 E1 1F 2F
Octal 123 146 235 57 43 0 46 341 37 57
Binary 1010011 1100110 10011101 101111 100011 0 100110 11100001 11111 101111

Color Harmonies of #53669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53669D

Black with #53669D

Text Example


Text Example

White with #53669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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