Html Css Color HEX #53669B San Marino

📋 copy color: '#53669B'

red 83 ◦ green 102 ◦ blue 155

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

Shades of San Marino #53669B

Tints of San Marino #53669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 24.41%
G = 30%
B = 45.59%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53669B (or 0x53669B) is known color: San Marino. HEX triplet: 53, 66 and 9B. RGB value is (83,102,155). Sum of RGB (Red+Green+Blue) = 83+102+155=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #53669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53669B is #AC9964. Grayscale: #666666. Windows color (decimal): -11311461 or 10184275. OLE color: 10184275.

HSL color Cylindrical-coordinate representation of color #53669B: hue angle of 224.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53669B is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 102 155 -
CMYK 0.46 0.34 0 0.39
HSL 224.17º 0.3% 0.47% -
HSV(B) 224.17º 0.46% 0.61% -
XYZ 14.24 13.71 32.91 -
YUV 102.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 83 102 155 0.46 0.34 0 0.39 224.17 0.3 0.47
Hex 53 66 9B 2E 22 0 27 E0 1E 2F
Octal 123 146 233 56 42 0 47 340 36 57
Binary 1010011 1100110 10011011 101110 100010 0 100111 11100000 11110 101111

Color Harmonies of #53669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53669B

Black with #53669B

Text Example


Text Example

White with #53669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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